Azure-Samples / function-image-upload-resize

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

Fix encoding when filename extension is upper case #16

Closed nrobert closed 4 years ago

nrobert commented 4 years ago

This sample is not working if the file save on the blob has its extension in uppercase, due to comparison case dependant.

nrobert commented 4 years ago

Closed as it duplicates https://github.com/Azure-Samples/function-image-upload-resize/pull/14 (haven't seen this PR before, sorry)