[Solved] How can upload files to Azure Blob Storage from web site images?

It’s actually pretty simple and you can ask Azure Storage to do the work for you :). Essentially what you have to do is invoke Copy Blob operation. With this operation, you can specify any publicly accessible URL and Azure Storage Service will create a blob for you in Azure Storage by copying the contents … Read more