QubitProducts / gcs-browser-upload

Resumable chunked uploads to Google Cloud Storage from the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resumable upload will not resume properly if we try to resume multiple times with the same file.

deepika06 opened this issue · comments

Steps to reproduce:

  • Upload a huge file monitor the console to check the 'Chunk uploaded' information.
  • Close the tab and try to reupload the file - This works well and it will resume from the index from where it has stopped (Check the console for the 'chunk uploaded' infromation).
  • Close the tab and retry to upload the same file - It will start uploading from the beginning of the file. -(You will get this in console information)

Thanks in advance.