in reply to Re: Re: file upload question
in thread file upload question

Check out the docs for CGI (perldoc CGI), search specifically for the string upload. This should give you some information as to how the CGI module works for file uploads.

--MidLifeXis

Replies are listed 'Best First'.
Re: Re: Re: Re: file upload question
by grahm (Novice) on May 05, 2004 at 19:17 UTC
    Thanks again.. cpan.org offered the following, Ordinarily it spools the uploaded file to a temporary directory, then deletes the file when done. and The temporary directory is selected using the following algorithm. I probably don't want to be messing with Perl and its temp directory or spool. :)