You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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 correctfilesUploaded
andfilesFailed
.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 offilesFailed
.Steps to Reproduce (for bugs)
https://www.rev.com/checkout/TranscriptionFiles
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.
The text was updated successfully, but these errors were encountered: