Octavian Rasnita wrote:

> I saw a question about how to make a Perl script for uploading a file and I
> didn't see any answer for it.
> I am also interested in this thing.
> 
> Could somebody give us some hints?
> Or, give us a source for a Perl script for uploading a file.


CGI.pm has a method called upload() for receiving files via a web form.

try typing

perldoc CGI

to read about it.

don't forget to read about appropriate settings for the $POST_MAX and 
$DISABLE_UPLOADS variables.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to