(Another) File Manager Multiple Upload Problem

Permalink 1 user found helpful
I know there have been multiple posts regarding this, but after scouring through the posts, I would like my particular situation to be looked at as it might throw some new light on the issue. I'm a developer for a company that hosts a number of sites on shared servers. For this particular site it is the only one on the server using c5, but the sites on other servers (which should have the exact same configuration as this one) do not reproduce the problem.

The error is:
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.

Uploading single files works ok, adding multiple files remotely works ok, it's just adding multiple local files that triggers the error. Also (this is the weird thing), everything works fine on IE8 but all of the other browsers trigger the error (why would such an obvious server side issue have different results between browsers?)

I changed all permissions in the upload directory as well as the c5 directory to 777, and have also verified my php.ini settings (which seem to be the same across all the servers). Just for reference here are the important ones:
max_execution_time => 0,
max_input_time => -1,
file_uploads => On,
upload_max_filesize => 32M,
post_max_size => 32M,
memory_limit => 128M,

No suhosin or SecFilter variables. I have root access so I can change any of the settings but I need to be careful it is on a production server. Any help would be greatly appreciated, again the weirdest thing is that it works in IE8 but not others (some kind of client-side issue interfacing with the server possibly, but why would my other c5 sites on different servers be working ok?) Thanks!

 
djes replied on at Permalink Reply
djes
As far as I understood the problem, the bug is linked to flash and cookie authentification. For some reason, flash plugin in other browsers than ie is using cookies from ie, leading to an authentification bug. On server side, an htaccess could remove the authentification mechanism at folder level, but it seems not to work on some hosting.

So, I think on two directions to look after :
a bug in cookies header
a bug in hosting auth mechanism.

I think concrete team should use another upload tool, plupload instead of swfupload (http://www.plupload.com)

I'm on this thread :http://www.concrete5.org/community/forums/usage/error_trying_to_upl...
tomicio replied on at Permalink Reply
tomicio
Hello !

Just a quick word to say that I get the same behavior. For the same C5 (5.5.1) installation, the multiple file upload works in IE8 and IE9 but does not work with Chrome.

In fact, it does not work on my prod host a LAMP stack (OVH), but it works on my dev station, a WAMP stack!

Thanks,
Tommy