You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When uploading to azure blob an image via stream, it always sets the content type to "application/octet-stream". How do you change the content type when it is uploaded?
When uploading to azure blob an image via stream, it always sets the content type to "application/octet-stream". How do you change the content type when it is uploaded?
I've tried setting the meta content as follows:
This only adds meta content, but doesn't change the blob properties. I've also tried to directly change the curl request headers:
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: