Large file uploads
Posted: Tue Jan 23, 2007 10:19 am
I have a simple upload script that works fine until we get in the range of megabytes. i.e. *.jpg files work fine, *.bmp files do not.
phpinfo() has confirmed that upload_max_filesize = 10M in php.ini, yet I can't upload an 8MB file.
I even tried adding <input type="hidden" name="MAX_FILE_SIZE" value="10000000"> to the form, and still no luck.
Any suggestions?
phpinfo() has confirmed that upload_max_filesize = 10M in php.ini, yet I can't upload an 8MB file.
I even tried adding <input type="hidden" name="MAX_FILE_SIZE" value="10000000"> to the form, and still no luck.
Any suggestions?