Amazon S3 upload via Iframes

后端 未结 4 1814
北荒
北荒 2021-02-01 05:16

Sigh, we\'re back to this. I can easily enough use CORS on any decent enough browser to directly upload files to my AWS S3 bucket. But (it was coming), with IE I have to fall ba

4条回答
  •  南笙
    南笙 (楼主)
    2021-02-01 06:06

    Summarizing my answer in the comments: IE has CORS support with some restrictions: http://www.html5rocks.com/en/tutorials/cors/

    and this implementation of direct upload to S3 looks much simpler than jquery fileupload and its not in jquery: http://codeartists.com/post/36892733572/how-to-directly-upload-files-to-amazon-s3-from-your

    Hope this helps!

提交回复
热议问题