Click to See Complete Forum and Search --> : Perl


thoand
09-12-2002, 07:06 AM
Does PERL have configuration like:

max_execution_time, upload_max_filesize, and so on?

Since I don't have access to a dedicated server, I wish to have a file uploader which can upload larger file than 2M and thougt maybe Perl could help,

thanks in advance,
Thomas A

dannys
09-12-2002, 09:02 PM
This isn't really a Perl forum now is it? Why can't you use PHP to handle the upload, it's just as competant as Perl in this area.

thoand
09-13-2002, 06:12 AM
well, in the PHP.ini file, there is a configuration that handles:
upload_max_filesize, by default this is set to 2M.

Since I have my web-site at an ISP, and because of some issues they won't increase the max filesize.

Since it is an Unix web server whith Perl on it, I thought maybe I could use that instead.

dannys
09-13-2002, 07:21 AM
I'd work out a way to do it over FTP instead. Or find a Perl forum :)