Azure-Samples / function-image-upload-resize

Sample function in Azure Functions that demonstrates how to upload and resize images in Azure Storage.
MIT License
67 stars 161 forks source link

Content Type for image is wrong #19

Open dedowit opened 4 years ago

dedowit commented 4 years ago

The content type of the upload image is set to "application/octet-stream". But it should better be "image/jpeg".