Hello,
Thank you for assisting me on this.
Currently, I am facing a kind of issue of I cannot find a way to resume uploading a chunk of file at particular index when the browser is accidentally closes when the upload is ongoing.
What I am trying to do right now is since I am saving the file chunk information (e.g., chunk index, etc.) in the database every time the chunk is uploaded, then I know for sure at which particular chunk index the uploading stops. Now, when the browser reopens again, I can just get the file instance and invoke the upload function from UploaderComponent. However, I could not find a way to set the initial chunk index of the file I am trying to upload. It always start at chunk index 0.
Can you help me on this?
Thank you.