in reply to File Uploading: IE vs. NS

Could it be fixed by the following line?
use CGI qw/:standard :netscape/;

I only ask because the docs for CGI say that :netscape "Import all methods that generate Netscape-specific HTML extensions."

I haven't had the time to actually try this. It may be as simple as generating different headers...