Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149499 | Nov 27,2019 06:11 PM UTC | Aug 3,2020 10:06 AM UTC | Angular - EJ 2 | 4 |
![]() |
Tags: FileManager |
protected async Task CreateFolderAsync(string path, string name, IEnumerable<object> selectedItems = null)
{
...
...
else
{
CloudBlockBlob blob = container.GetBlockBlobReference(path + name + "/About.txt");
blob.Properties.ContentType = "text/plain";
await blob.UploadTextAsync("");
}
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.