Hi All,
could you please explain how to upload a file or image in azure blob storage using windows phone application.
below is the my app app format.
| textbox (which takes the Image Url) | Browse (Button) |
| Upload(Button) | cancel(Button) |
Description:
1.when I clicks on browse button it will pick the image url and url will display in textbox.
2.by clicking upload button image will store in azure blob storage account.
thanks,
Anil
Faizan AmjadPosted Dec 27, 2014, 10:21 PM
Follow following articles they will solve your issue
https://code.msdn.microsoft.com/windowsapps/Upload-File-to-Windows-c9169190
http://codeonthefly.ghost.io/uploading-to-blobs-asynchronously/