I think this situation must be exist in real environment.
When using resumable.js in production mode, the server receives many upload requests and there could be file that has same filename and size.
So identifier is not unique on serverside, so that cause conflict.
What's the solution for that?
Thanks.
I think this situation must be exist in real environment. When using resumable.js in production mode, the server receives many upload requests and there could be file that has same filename and size. So identifier is not unique on serverside, so that cause conflict. What's the solution for that? Thanks.