Issue
This Content is from Stack Overflow. Question asked by Anwesh
So, I managed to successfully generate a sas url for my blob and I can verify writing to the blob directly using the sas url. PUT
request using Header: x-ms-blob-type: BlockBlob
Now I want to use the sas url to upload file blocks instead of uploading the entire file in a single request. I plan on later sending an append call to merge all the blocks together and make my file.
How can I achieve this using sas url? This is required because I want an external client to upload their file to our azure blob storage in a multipart form.
Solution
This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.
This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.