jakeFeldman / strapi-provider-upload-azure-storage

Strapi Provider Upload Azure Storage
MIT License
75 stars 42 forks source link

Fixed missing extension #66

Closed mario-mestrovic closed 1 year ago

mario-mestrovic commented 1 year ago

Files get uploaded as azure storage blobs without extension. Looks like this got omited by accident during migration to TS :) It's hard to notice this issue because images without extensions will load in browsers because of correct mime types, but everything else not so much.