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

Store the same file name as uploaded instead of giving random name #843

Open
sadath-12 opened this issue Aug 20, 2024 · 0 comments
Open

Comments

@sadath-12
Copy link
Contributor

Currently if I upload pdf or any media files . Indexify does give a name to that file and upload to minio but that's a random name .

For example if I upload abc.pdf indexify can assign fhtutlrhrkrtb.pdf to it .

The reason we want proper filename is if we run a SELECT DISTINCT PARENT_ID query we should be able to even show files to the user that have upload . Due to random names we would have to map the actual filenames in our database which is unnecessary .

Also we can avoid duplicate uploades via this approach

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