You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use the "Content-Disposition" header on the downloads of files, you can have them download with the original filename while keeping the link with a randomized one. This would be very useful for sharing files where the filename is important.
The text was updated successfully, but these errors were encountered:
Here's what I have in mind for how this could be implemented:
Add a checkbox to the upload page called "Preserve filename". If the checkbox is ticked, then the filename will be saved and the Content-Disposition header will be added. Otherwise, the file will be downloaded with the same filename as the URL.
I think I might try and work on this myself in a couple of days.
If you use the "Content-Disposition" header on the downloads of files, you can have them download with the original filename while keeping the link with a randomized one. This would be very useful for sharing files where the filename is important.
The text was updated successfully, but these errors were encountered: