Uploads incorrectly marked as complete
ttat-rev opened this issue · 0 comments
ttat-rev commented
When uploading multiple files, we've had occasional reports of files being partially uploaded. It appears that the Filestack modal reports the file as being complete, but only a portion of the files were actually uploaded.
Expected Behavior
The onUploadDone
callback should have the correct filesUploaded
and filesFailed
.
Current Behavior
It works as expects most of the time, but there have been a few occasions where a file was partially uploaded. Those files were included in filesUploaded
instead of filesFailed
.
Steps to Reproduce (for bugs)
https://www.rev.com/checkout/TranscriptionFiles
- Click the upload files button
- Drag and drop multiple files
- Wait for uploads to complete
Context
When we unexpectedly get an incomplete file we have to reprocess the file when the customer reports it. There are costs associated with processing the file.