I'm sorry but I don't know who to talk to about this, it might not be appropriate for a PHP forum but I'm stuck.
My application allows for uploading of a file. I have MAX_FILE_SIZE set as a hidden HTML form element with a size of 15mb. Everything works fine, as long as the file itself is no larger than approx 500K.
If the file is larger than 500K, you are not only prevented from uploading, but for some strange reason it bombs out right at the client level on all client browsers differently. On Mozilla Firefox you get the client-side error alert "This document contains no data" and goes no further; on Konqueror you get redirected to an error page (that I did not create) that just says "An error has occurred" (with no specification of the error) (unable to currently test using IE nor Netscape).
Based on what I have so far, what could possibly be going on as far as file uploading is concerned that seems to be beyond the control of PHP?
Thanx
Phil