![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
using uploadInfo from CGI.pmby c (Hermit) |
on Nov 30, 2001 at 05:52 UTC ( #128529=perlquestion: print w/replies, xml ) | Need Help?? |
c has asked for the wisdom of the Perl Monks concerning the following question:
In the CGI.pm documentation, it shows the following example:
This lets you do a check on the MIME type of a file being uploaded, provided that the browser passes this type of info for the file. I've tried using this syntax with both Netscape 4.7 and IE 5.5, but neither seems to pass the information. With fatalstobrowser enabled, I receive:
My code verbatim, is:
When I remove the uploadInfo line, the file gets uploaded properly, however its not worth it for me to remove this line. Can someone point out what I am missing? -c
Back to
Seekers of Perl Wisdom
|
|