Thanks Thomas. I downloaded the trunk code today and now the script finds out that a file was submitted with a size bigger than what's allowed in php.ini. So that's great now.
However, I found out the upload script is now only working about 50% of the times I tried it. I'll dive into my code once more to find out what's causing this. thomasW wrote: > > You have 3 possible solutions: > > 1) Use trunk release > 2) Wait for the next minor release which will be 1.8 > 3) Make a workaround yourself by looking at the trunk code and integrate > it > into your application > > To note: > This is a PHP only problem due to the fact that PHP provides an empty > $_FILES array when the post_max_* setting was exceeded by the form. > > You can also find other solutions which you could integrate manually by > looking at the PHP manual. > > Greetings > Thomas Weidner, I18N Team Leader, Zend Framework > http://www.thomasweidner.com > > -- View this message in context: http://www.nabble.com/User-uploads-file-bigger-than-what%27s-allowed-in-php.ini%2C-can-it-be-caught--tp21936346p22288886.html Sent from the Zend Framework mailing list archive at Nabble.com.
