
This example shows the basics of uploading of a block blob to the cloud from an ASP.Net application and make it publicly available. In the code-behind file,, use the following code to upload the blobs to the images container in the storage emulator. To upload files from the web page, we are using the built-in ASP.Net FileUpload control. The resulting aspx page code is shown below.

Uploading of a block blob to the cloud from an ASP.Net applicationĪdd a new Web Form to a project and place a FileUpload and button control in the page. In this topic, we will use Windows Azure Storage Client Library to create a blob container, list all blobs in a container, perform Update and Delete operations against blobs.

