Upload File to Windows Azure Blob Storage using Windows Azure Mobile Services

This demonstrates how to store your files such as images, videos, docs or any binary data off device in the cloud using Windows Azure Blob Storage. In this example we focus on capturing and uploading images, with the same approach you can upload any binary data to Blob Storage.

C# (1.2 MB)
 
 
 
 
 
(6)
1,372 times
Add To Favorites
5/6/2013
E-mail Twitter del.icio.us Digg Facebook
Sign in to Ask a Question


  • Upload an image from the browser
    1 Posts | Last Post April 26, 2013
    • You have an example of uploading an image to the blob storage using c# win 8 App. How can we use the same Mobile Service and Blob Storage through a Browser? Any sample code would be appreciated. Also are there any extra settings needed on the Azure side to accomplish this? 
      
      Thanks!
  • migrate to WP8
    1 Posts | Last Post April 26, 2013
    • Hi, is it possible to migrate this app into Windows Phone 8? as in implement this project into Windows Phone 8.. what are the changes needed? i need some advice thanks :)
      
      sorry for my bad english
  • Azure Media Services
    1 Posts | Last Post January 28, 2013
    • Hi
      Could your example be modified to show similarly how to upload and retrieve from Azure Media Services?
      Thanks
  • how delete blob??
    1 Posts | Last Post January 25, 2013
    • delete blob sample plz.
      very hard T.T
  • i have a question
    2 Posts | Last Post January 17, 2013
    • AlbumDetailPage.xaml 27line
      
      d:DataContext="{Binding AllGroups[0], Source={d:DesignInstance Type=data:AlbumDataSource, IsDesignTimeCreatable=True}}">
      
      
      d:DataContext="{Binding
      
      Does not exist MyPictures.Data 
      
      However, this app execution.
      
      What is problem???
    • oh! The problem is solved.
      
      MyPictures.Data  --> MyPictures.DataModel
      
      gogogo
      
  • Error
    1 Posts | Last Post January 14, 2013
    • Hi, its giving me this error as I try to run it. "Error: The value specified for 'id' must be a number." do perhaps know what the problem is?