Upload file to Azure Blob Storage directly from browser?

后端 未结 5 845
北海茫月
北海茫月 2020-12-08 10:43

Is it possible to create an html form to allow web users to upload files directly to azure blob store without using another server as a intermediary? S3 and GAW blobstore b

5条回答
  •  不思量自难忘°
    2020-12-08 11:16

    I have written a blog post with an example on how to do this, the code is at GitHub

    It is based on Gaurav Mantris post and works by hosting the JavaScript on the Blob Storage itself.

提交回复
热议问题