Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Issue with Concurrent Chunking #66

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

reallysaurabh
Copy link

In case of concurrent chunking, first all chunks are stored into a folder,
then a write operation is performed and finally I success request is sent
back. In async mode, this write operation and sending request to server is
not in sync. Therefore, many a times, you will havea request sent to the
server with an incomplete file (chunks not properly combined).

FineUploader after sending all the chunks and getting a stored success request,
can send a post request to another route "/uploads/chunksdone" to know whether
the process is complete. This feature can be used to solve the problem explained
in the above paragraph.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant