Gaurav Mantri's Personal Blog.

Windows Azure Storage and Cross-Origin Resource Sharing (CORS) – Lets Have Some Fun

Recently Windows Azure Storage introduced a bunch of new changes. I wrote a blog post summarizing these changes which you can read here: https://gauravmantri.com/2013/11/28/new-changes-to-windows-azure-storage-a-perfect-thanksgiving-gift/. One of the important changes is the support for Cross-Origin … [Read more...]

Uploading Large Files in Windows Azure Blob Storage Using Shared Access Signature, HTML, and JavaScript

In my last post I talked about Shared Access Signature feature of Windows Azure Storage. You can read that post here: https://gauravmantri.com/2013/02/13/revisiting-windows-azure-shared-access-signature/. In this post we’ll put that to some practical use :). One thing I wanted to accomplish … [Read more...]