in reply to How to download a file from the server
computers/HTTP doesn't like typos
$ perl -MCGI -le " print CGI->header( qw{ -type mime/type -attachment +filename } ) " Content-Disposition: attachment; filename="filename" Content-Type: mime/type
Using Spreadsheet::WriteExcel with mod_perl and Content-Disposition?, Content-Disposition... odd behavior in IE
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How to download a file from the server (content disposition CGI->header( qw{ -type mime/type -attachment filename } ) )
by ghosh123 (Monk) on Jul 23, 2013 at 13:12 UTC | |
by ghosh123 (Monk) on Jul 24, 2013 at 10:53 UTC | |
by Corion (Patriarch) on Jul 24, 2013 at 13:48 UTC | |