我正在開發一個ASP.Net MVC 4應用程序,我正在使用Azure Blob來存儲用戶將要上傳的圖像。我有以下代碼: var storageAccount = CloudStorageAccount.Parse(ConfigurationManager.ConnectionStrings["StorageConnection"].ConnectionString);
var blobSto
我知道這個問題可以被解釋爲重複,但我可以根本不能讓blop服務工作。我遵循標準example on msdn。我已經在我的代碼中實現,但是遵循了這個例子。我可以通過示例中提供的腳本來獲取MobileService,以便插入具有打開屬性的Blob。然後我用這個代碼將圖像上傳到Blob存儲: BitmapImage bi = new BitmapImage();
MemoryStream strea