somenonymous / OshiUpload

Ephemeral file sharing engine
Do What The F*ck You Want To Public License
164 stars 23 forks source link

Changing / deleting uploaded files? #13

Closed martin-braun closed 1 year ago

martin-braun commented 1 year ago

Meta data of uploaded files could be stored in the localStorage and used to change or delete uploaded files. I.e. change the expiration time or invalidate a download link.

somenonymous commented 1 year ago

Every uploaded file has its separate management interface on the private link. It permits changing expiration time and deleting uploads.

Storing meta data of uploaded files client-side will permit tracking and break privacy. There is also no point to do so because there is already a secure way of managing uploads via individual private links.

martin-braun commented 1 year ago

Good to know, I wasn't aware of this! Thanks.