Upload files to Microsoft Azure Storage from JavaScript

added by JavaScript Kicks
9/9/2014 11:01:11 AM

324 Views

Generally, I’ve found that the most common way to upload files to Microsoft Azure Storage is making a request to the web server that we’ve developed and once you have the file in this, we start to upload to the Storage account. If the file is small could be enough. However, if you want to upload items of considerable size we can improve the process uploading files directly from the client side to the Storage account.


0 comments