PLUpload options causing issues
Hello,
So, I've added the option for people to select multiple images using a filter and the plupload config - $app_plupload_config['plupload']['multi_selection'] = true;
This is a standard plupload function that should work just fine. However, when I select 8 or 10 images, the last 4 don't upload and instead read 'HTTP Error' where the upload status bar should be.
That's one problem, the other is that if you delete say 6 images, then go to reupload it opens 6 file browser dialogue boxes.
This doesn't seem like it should happen as it's basic plupload functionality.
Can you guys help with this?
Thanks