tus / tus-resumable-upload-protocol

Open Protocol for Resumable File Uploads
https://tus.io
MIT License
1.48k stars 103 forks source link

> net::ERR_UPLOAD_FILE_CHANGED #186

Closed SUNEELKUMAR94120 closed 1 year ago

SUNEELKUMAR94120 commented 1 year ago
    > net::ERR_UPLOAD_FILE_CHANGED

If I understand this error correctly, the file that you are uploading has been modified or changed and therefore Chrome throws an error because it must be selected by the user again. I do not think there is much that tus-js-client can do against it. Maybe it is also a bug in Chrome or the Google Drive app where they do not retain the file long enough for the upload to be completed.

Originally posted by @Acconut in https://github.com/tus/tus-js-client/issues/255#issuecomment-828386273

Acconut commented 1 year ago

Closing in favour of https://github.com/tus/tus-js-client/issues/255 because it is an error specific to tus-js-client.