Hi there,
I'm having some trouble with uploading multiple files.
I can't seem to upload more than 5 files at once, it will upload like 3 or so and redirect before even ending the rest.
I've tested locally and online and it's not due to upload size limit or max file uploads but I can't get why it's behaving like this.
Any help would be sure welcome.
Comments
Here's the setup log: Error log:
EDIT:
Tried the flash uploader and it worked great. Is there any way to set it as default?
DOUBLE EDIT:
Nevermind, it sets automatically.
The only possible thing from your configuration would be the filesystem character set. (magic_quotes will not be involved!). The character set will matter only if you have diacritical marks in your filenames.
It's only the jquery method that doesn't work correctly, it's a pity though, as this is for a client and the jquery method it's the most intuitive.
I've tried files with and without special characters (âãáç) and the behaviour is the same.
Could it be anything related with post_max_size or upload_max_filesize?
The workaround will have to do meanwhile.
File:
zp-core/admin-httpupload/upload_form.php
Line 147:
filecount = 0;
beforesendcount = 0;
uploadcount = 0;
uploaderror = false;
Remove those lines and the feature acts as it should.