hello,
Im trying to do a file upload, and got this problem:
when the file to be uploaded exceeds the max file size alowed in the php.ini and in the MAX_FILE_SIZE, the arrays $POST and $FILE are not created, leading me into several problems.
In the manual there is something written about this:
I noticed that on PHP-4.3.2 that $FILES can also not be set if the file uploaded exceeds the limits set by upload-max-filesize in the php.ini, rather than setting error $FILES["file"]["error"]
if anyone know how to fix this i'll be gratefull.
my system is: WinXP, apache 1.3.27, php 4.3.1
thanks
byp.