Using Javascript to call the Azure Blob Storage REST API

Posted by user350829 on Stack Overflow See other posts from Stack Overflow or by user350829
Published on 2010-05-26T11:22:03Z Indexed on 2010/05/26 11:31 UTC
Read the original article Hit count: 2168

I'm developing a Flash app that saves files to the Azure Blob Storage API.

I've learned that you should use the REST API directly rather than a go-between WCF service as this is the most efficient (using a web role is a bottleneck).

The problem is that Flash can't do PUT or DELETE methods over Http and has to use external Javascript.

This is not an area that I'm familiar with and need some advice/links to examples of using Javascript to work with the Storage API (I've obviously Googled this to no avail). Is this even possible? The Javascript would be hosted in a web role on the same domain.

Many thanks,

Ed

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about rest