This repository was archived by the owner on Apr 19, 2024. It is now read-only.
Replies: 1 comment 4 replies
-
|
Hi Manson, glad to hear from you, great news for your project. |
Beta Was this translation helpful? Give feedback.
4 replies
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!
I have started my new small project and have decided to use Kago. It is going well for a while, but I have a small comment regarding images uploading to a user's profile. As I see, the file is being uploaded into the media folder under the original file's name. This is not good due to users may have files in a different coding (native languages) and at some point it may fail working with this (either uploading or downloading). Besides, I don't know how this shall behave if I upload different files to different profiles, with the same file's name. This may overwrite one another.
The usual way is to autogenerate a new neutral name (like GUID) under which it is being saved into the file system, and probably save the original name in a database, so when downloading, to substitute generated name to original. I didn't check the uploading by using the API, but here - in admin panel the situation is like that.
If I find some more, will respond in discussions.
Beta Was this translation helpful? Give feedback.
All reactions