Direct upload to Azure blob storage using Plupload

I am trying to use Plupload to upload directly to Azure blob storage. From what I understand, Azure requires a PUT request to upload a file to blob storage, and Plupload only supports POST requests. Is there a way to configure plupload to make a PUT request? Or alternatively, is there a way to upload directly to Azure using a POST request?

+3


source to share





All Articles