-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Hello,
Currently files are uploaded with header Content-Type: application/octet-stream
, which is not ok for website images.
Browsers use content-type header to aid in caching.
createBlockBlobFromLocalFile
call should accept CreateBlockBlobRequestOptions
parameter, with contentSettings
field containing additional content headers.
Metadata
Metadata
Assignees
Labels
No labels