Needs review
Project:
Plupload integration
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2011 at 23:40 UTC
Updated:
1 Sep 2014 at 02:22 UTC
Jump to comment: Most recent
Comments
Comment #1
Fidelix commentedSeems this issue is forgotten by the plupload.com maintainers.
A pity.
Comment #2
abhigupta commentedI am having same issue. Can't upload files in Chrome or Safari.
Comment #3
crea commentedSubs
Comment #4
rjbrown99 commentedHad this problem in Safari (not Chrome), so I modified plupload.js, specifically at the top of Drupal.behaviors.pluploadBuild().
I basically just swap the flash runtime in for the HTML5 runtime for just that browser.
Comment #5
muri commentedCurrently version 6 of this module use html5,flash,html4 in order. If you change the runtime to flash,html5,html4 uploading process is going to slow down slightly.
Comment #6
rjbrown99 commentedThis is as much a reminder for myself than anything else, but in the event that anyone here tests Apache mod_spdy with your site, in my experience it breaks plupload. Specifically, both the html5 and flash runtimes will not permit an upload. The html5 runtime hangs or stops at about 16%, and the flash runtime will not upload at all. Tested with plupload 1.5.8.