in reply to RE: Re: How do I parse multipart/form-data?!?
in thread How do I parse multipart/form-data?!?
You can still retrieve the filehandle using param().... oh, as I see you found out. There is a danger that on failed uploads param() will return a string only (one that isn't a filehandle) so your reads will fail. Upgrade to the current CGI.pm (if you can) and use upload() to be safe.
|
|---|