Posted by elgoomff on 09/13/06 17:16
Hello !
Due to a limitation of PHP from my host (2mo on upload) I need to run a
cgi script to upload a file larger than 2MB ( PSUpload
http://www.perlservices.net/en/programs/psupload/index.shtml )
This script work good but i need to fill others information about the
file in mysql database with this upload form.
PHP_INI is locked by my host so i can't change MAX_FILE_SIZE with
ini_set function...
..
So, did anyone know how to execute this CGI perl script in php so i
could process mysql insert of the information and the file upload in
one unique php script ?
Thanks to all !
Goomff
[Back to original message]
|