Laravel-Backpack / basset

Better asset helpers for Laravel apps.
MIT License
151 stars 10 forks source link

store the file with the provided extension #118

Closed pxpm closed 2 months ago

pxpm commented 3 months ago

Hey @promatik

Like we discussed, I am not sure if there are any security/permission etc implications by saving files without extension, but even if not from those perspectives, I think there are some benefits on storing the file with the extension and no downsides.

When you look at the basset folder, you immediately know the type of file. image VS image

I think I didn't miss nothing, but please review and let me now. This points to #117