Minh Nguyen
Minh Nguyen

Reputation: 2039

Upload file directly to azure?

I am writing a webpage that allows users to upload their files to Window Azure Storage.

First I let the user upload their files to my web-server, then I use Window Azure Storage API to upload these files to Window Azure Storage.

How can I let the user upload their files directly to Window Azure Storage without using my web-server as a proxy?

Upvotes: 3

Views: 994

Answers (2)

Rahul
Rahul

Reputation: 410

The code at Steve Marx site doesn't work for large upload. I have posted a modified version of the control with cancellations and retries with Silverlight and TPL, also posted at WAZ portal at: Silverlight and TPL based file upload control The project also has another version of the same control with HTML5 and AJAX.

Upvotes: 0

Vidar Kongsli
Vidar Kongsli

Reputation: 836

Yes, you can for instance do this using Silverlight as described here: http://blog.smarx.com/posts/uploading-windows-azure-blobs-from-silverlight-part-1-shared-access-signatures

Upvotes: 1

Related Questions