|
Perl
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.
|