Multiple Upload fails

Permalink
I can get a single upload to work, but multiple upload is failing. After selecting files and clicking the upload button, each item in turn will go through its blue progress bar then display the below error in red. The files are not over 200M, even in total.

An unknown error occurred while uploading the file. Please check that file uploads are enabled, and that your file does not exceed the size of the post_max_size or upload_max_filesize variables. File Uploads: 1 Max Upload File Size: 200M Post Max Size: 200M

I found this thread (http://www.concrete5.org/index.php?cID=285794) but changing the temp upload directory to /tmp/ made no difference.

** EDIT: I checked the php.ini config and here are the relevant settings. Note that upload_max_filesize is commented out.

post_max_size = 200M
upload_max_filesize = 200M
file_uploads = On
upload_tmp_dir = "/tmp/"
;upload_max_filesize = 2M

 
imJack replied on at Permalink Reply
imJack
Same here, single upload is stellar, multiple messes up on the file types... something is not right with that. I can't even view the files I want to upload.
Ralphmickey replied on at Permalink Reply
Ralphmickey
I have the same problem. Mine will not even show that are are files to be uploaded in the multi up load. The single upload works fine.
Ekko replied on at Permalink Reply
Ekko
Some versions of firefox seem to interfere with the multi upload. Try it in chrome if your using firefox to check if its the browser.
spas replied on at Permalink Reply
Yes the problem with multiupload doesn´t show imagefiles formats depends on your browser version. With Firefox 13.0.1 the functionality is broken and with Internetexplorer there is no problem to upload almost everything in one single click :). I will edit this post for firefox 15 when i am back at home later this day
utahcreative replied on at Permalink Reply
I'm experiencing this same issue in Chrome on Mac. It works when using Safari. I'd love to see a fix soon.