Gert Lombard wrote: > > Hi Edward, > > When downloading files, I use these headers: > > Content-Disposition: inline; filename="MyName.exe" > Content-Length: $filesize > Content-Type: application/octet-stream > > the Content-Disposition tells the browser which name to use...
You could also try: Content-type: $mimetype; name="$file" -- ,-/- __ _ _ $Bill Luebkert ICQ=14439852 (_/ / ) // // DBE Collectibles Mailto:[EMAIL PROTECTED] / ) /--< o // // http://dbecoll.tripod.com/ (Free site for Perl) -/-' /___/_<_</_</_ Castle of Medieval Myth & Magic http://www.todbe.com/ _______________________________________________ Perl-Win32-Web mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web
