One of the advantages of locating static files on Azure Storage is the improvement in the performance of the web site, since it becomes one source more in order to download resources by the browser (by default, a web browser is able to download approximately 6…
Posts tagged CORS
Upload files to Microsoft Azure Storage from JavaScript
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…