I know how files are uploaded ... or so I thought until this afternoon.
My problem is that with a large file (220MB!) I get the following error window: "Alert: Document contains no data." and the post doesn't continue (occurs as soon as I press the submit button - no page changes/reloading). This occurs even after changing the MAX_FILE_UPLOAD_SIZE in the HTML file, the post_max_size and upload_max_filesize (php.ini) to much greater than the actual file size (about 300M. I increased the memory_limit in php.ini to 350MB also. From my experience problems like this are typically limited to the browser - before PHP even gets a whif of the upload. Smaller files around 100 MB upload just fine under the same conditions.
Here's my question: (a) am I forgetting to change some parameter that should be staring me in the face, or (b) is there a defined maximum file size that mozilla (my browser) will upload?
Thanks!
Cameron Perry
System: RH Linux 9.
PHP 4.2.2
Apache 2.0