blueimp jquery file upload - “done”, “complete” callbacks not working for IE 9

前端 未结 3 1988
难免孤独
难免孤独 2020-12-17 15:49

I am using Blueimp Jquery File Upload plugin to upload files asynchronously. It works well in most other browsers (with a few minor issues) - on IE, I see this issue that th

3条回答
  •  时光说笑
    2020-12-17 16:46

    For the record, I ran into this problem when uploading direct to S3, now that their CORS feature allows for that.

    The solution was to set success_action_status to '200', and then the Done event was triggered correctly.

提交回复
热议问题