Capturing errors when a large file is uploading
Posted: Mon Jun 28, 2010 3:56 pm
When a file is uploaded larger than the max_upload the script is killed and it shows a white screen.
How can I get it to return an error rather than end the script?
I tried using the MAX_FILE_SIZE field in the form, but that only returned an error when the file was below the php max.
Otherwise it also produced a white screen.
Any ideas?
E
How can I get it to return an error rather than end the script?
I tried using the MAX_FILE_SIZE field in the form, but that only returned an error when the file was below the php max.
Otherwise it also produced a white screen.
Any ideas?
E