Renaming Uploads #12244
damnsamn
started this conversation in
Feature Requests & Ideas
Renaming Uploads
#12244
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment it feels a bit unintuitive to not be able to rename an upload. The current workaround to get this done is to remove the file and re-upload a new one with the intended name in the same document - but we've had clients resistant to this idea.
I’m currently just thinking I’ll add a
title
field that just defaults to the filename’s value to work as a display name, but this introduces complexities in needing to override all the uploads-specific components to surface the title field alongside the thumbnail rather than the filename field. Is there a technical reason we should avoid changing the actual filename field (I would assume the case of local file storage would be the key constraint here). Is there the potential to be able to rename uploads in future?Beta Was this translation helpful? Give feedback.
All reactions