Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save the original filename alongside the upload url #316

Open
rashfael opened this issue Dec 5, 2021 · 0 comments
Open

Save the original filename alongside the upload url #316

rashfael opened this issue Dec 5, 2021 · 0 comments

Comments

@rashfael
Copy link
Contributor

rashfael commented Dec 5, 2021

Uploading files on venueless works largely by uploading to a generic endpoint and receiving an internal url, which the frontend then writes into a string field.
When that happens, the original file name is lost, and the user only sees something like /media/pub/sample/ac7cfb98-a1f2-4756-a9d2-ffa6d2ef6312.HnU4zTvRk7VH.png, which is not useful to glance any information on what the file may have contained.

Somehow preserving the original filename would be nice, at least for the admin config, but care should be taken to not leak filenames to every attendee or for things like avatar images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant