Active
Project:
One Click Upload
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2013 at 12:07 UTC
Updated:
20 Dec 2018 at 08:47 UTC
Jump to comment: Most recent
The module is brilliant!
This is more to document a flash flaw:
if you use https with a self-signed certificate (as we do on the staging server where editors prepare the content of new site0
you might run into a issue with Firefox or Safari raising Error -220: Error #2038
Chrome 29 somehow manages to upload well.
the reason seems to be detailed here: https://bugzilla.mozilla.org/show_bug.cgi?id=422180
suggested workarounds as of now seem to be either
* get a properly signed certificat
* or forget https
I am tempted to ask whether static/plugin.js could be modified to fallback to a traditional post file upload upon 2038 error?
best regards
Jan
Comments
Comment #1
xandeadx commentedSWFUpload does not provide fallback.
Comment #2
jan.ptacek commentedI see, do you think that
upload_error_handler: function(file, errorCode, message)could do a retry of upload using code similar to this
or the selected file is already unavailable in the upload_error_handler?
will try it...
Comment #3
118218 commentedHello jan.ptacek,
Thank you for the explanation, I didn't know from where the bug could come?
Did you find a way to get around this issue??
Comment #4
anil_89 commentedwhen I upload a file then it show Error -200: 407 alert message in js
Comment #5
ivnishIs this actually on the last version?