Uploading Image to Amazon s3 with HTML, javascript & jQuery with Ajax Request (No PHP)

前端 未结 5 1313
无人及你
无人及你 2020-11-28 00:48

I am developing a website in HTML, javascript & jQuery. I want to upload images to amazon s3 server in an ajax request. There is no such SDK to integrate s3 in Javascrip

5条回答
  •  -上瘾入骨i
    2020-11-28 01:25

    Here's an example of resumable file uploads on Amazon S3 using CORS and javascript http://cotag.github.com/Condominios/

提交回复
热议问题