Replies: 1 comment 1 reply
-
Is there any issues caused by the current naming scheme? And you should be able to use any of django's supported backends for media files |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
After uploading my first files (part images and attachment), I saw that the uploaded file keeps the original file name (or adds a suffix if there is already a file with the same name).
I was thinking that it might be better to rename the uploaded files to an internal file name (just some ID or ID+relatedID).
Also, I think that having the ability to use a object-storage backend for the uploaded medias might be a useful feature.
Probably related in some way to #5703
Beta Was this translation helpful? Give feedback.
All reactions