in reply to CGI.pm and Large File Transfers

CGI.pm saves it to a temporary file. Note, though, that allowing anyone to upload a file of any size like this is a security problem (CGI.pm's documentation on file transfers goes over this).

HTTP wasn't designed with file uploading in mind, and I suggest finding a different solution.

----
: () { :|:& };:

Note: All code is untested, unless otherwise stated

Replies are listed 'Best First'.
Re: Re: CGI.pm and Large File Transfers
by Avox (Sexton) on Mar 15, 2004 at 22:19 UTC
    Thanks for the input. I think you are correct. Have any suggestions? I have a few ideas, but its always good to hear more options!

    thanks for the response!