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

xandeadx’s picture

SWFUpload does not provide fallback.

jan.ptacek’s picture

I 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...

118218’s picture

Hello 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??

anil_89’s picture

Issue summary: View changes

when I upload a file then it show Error -200: 407 alert message in js

ivnish’s picture

Is this actually on the last version?