I have created an upload form in Zend which is combined with uploadify to upload multiple files.
The error I keep getting is;
File 'files' exceeds the defined ini size
I have found online that the cause of this error is due to the form not having the enctype set. I have already set it to be
enctype="multipart/form-data"
but I still get the error. The strangest part is that I still get the error even if I have not selected a file to upload?
any ideas?
I get same error when uploading files using jQuery Form Plugin (http://jquery.malsup.com/form/) and no file is selected. I had to disable validation for this element.