briangreenery / share

An internal web app for sharing files using dropzone.js
The Unlicense
4 stars 5 forks source link

Idea: add optional expiration time when uploading #8

Open ottumm opened 10 years ago

ottumm commented 10 years ago

If users could set an expiration time when uploading, that might make it more practical to use "share" for temporary files.

briangreenery commented 10 years ago

Current discussion: add a checkbox "Delete this file in 30 days" and change the URL to include the date that the file will be deleted, like "http://example.com/expires/2014-10-11/abc123/myfile.txt".

ottumm commented 10 years ago

Sounds great!