ribizli / ng2-imageupload

A component which resizes the selected file image
29 stars 10 forks source link

[ Strict mode attribute ] #17

Closed AlexUsovich closed 7 years ago

AlexUsovich commented 7 years ago

Added ability to upload images with extensions that have different kind of cases of their symbols: additional input called strictMode that has value true by default so it will not affect current usage if no strictMode input was included

ribizli commented 7 years ago

Hi, thanks for this PR, but I guess we don't need to introduce a new input attribute for this. Just alwasy support any case of the extension. I'll take this change from your PR by hand.

AlexUsovich commented 7 years ago

Hi, thank you, I will update usage of the package as soon as you make changes :) Have a nice day!