in reply to Suggested file name for CGI output

You need to print another header:
print("Content-type: application/x-gzip\n"); print "Content-Disposition:attachment;filename=whatever.zip\n\n";


holli, /regexed monk/

Replies are listed 'Best First'.
Re^2: Suggested file name for CGI output
by albert (Monk) on Aug 29, 2006 at 12:59 UTC
    Thanks. I knew it would be a simple answer.

    -a