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

Reupload existing files as new #194

Closed
myrdrks opened this issue Oct 8, 2021 · 2 comments
Closed

Reupload existing files as new #194

myrdrks opened this issue Oct 8, 2021 · 2 comments

Comments

@myrdrks
Copy link

myrdrks commented Oct 8, 2021

Is there a way to upload existing files (on the server) as new ones?
Or is there any event fired up if the file exists or anything like that?

@mitjap
Copy link
Collaborator

mitjap commented Oct 9, 2021

Each upload is assigned a unique ID. Server is not aware that file is already uploaded. If you need such functionality you need to implement it on client side. I know uppy has such feature that can also be disabled.

@myrdrks
Copy link
Author

myrdrks commented Oct 11, 2021

Thank you. Found out the right option for this is removeFingerprintOnSuccess: true as seen on transloadit/uppy#1327

@mitjap mitjap closed this as completed Oct 11, 2021
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

2 participants