Fortress Forever

Fortress Forever (https://forums.fortress-forever.com/index.php)
-   Tech (https://forums.fortress-forever.com/forumdisplay.php?f=47)
-   -   Perl Upload Script (https://forums.fortress-forever.com/showthread.php?t=22045)

absolute 08-03-2010 09:29 PM

Perl Upload Script
 
Hello All,

Looking for someone well versed in Perl / CGI who can help me deveope a secure upload script.

I currently use PHP with a POST method which is limited to 20MB. With today's file sizes, 20MB no longer cuts it.

If you have some time to spend with me in developping this upload script, please contact me, darryl.allen@live.com

This is to re-vamp the upload form on fortresspimp.net

Thanks!

Ricey 08-03-2010 10:01 PM

Quote:

Originally Posted by absolute (Post 473804)
Hello All,

Looking for someone well versed in Perl / CGI who can help me deveope a secure upload script.

I currently use PHP with a POST method which is limited to 20MB. With today's file sizes, 20MB no longer cuts it.

If you have some time to spend with me in developping this upload script, please contact me, darryl.allen@live.com

This is to re-vamp the upload form on fortresspimp.net

or

Thanks!


Just adjust upload_max_filesize in php.ini upload_max_filesize xM x= how many megs.

or use http://php.net/manual/en/function.ini-set.php;

ini_set('max_upload_filesize', number of bytes);


All times are GMT. The time now is 02:54 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.