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
I've got uppy integrated into our web app. It's working quite nicely and I'd just like to say thanks, it's awesome! However, there's a strange behaviour that's exhibited when uploading files with the status bar enabled. It's a bit hard to explain so I've included a gif of the problem.
We're using pre-signed URLs and uploading directly to S3. We are using uppy 1.0.0 and aren't using companion. Essentially, after the upload begins the status bar information starts behaving very strangely. The total size of the upload starts decreasing (ie 3.4GB, 3.3GB, etc.) and the amount completed climbs a little bit (ie 9mb, 15mb, 20mb, etc.) then goes back down to 0. As a result of this the ETA jumps around wildly. We're on a 100mb fibre link and the files upload fine if you ignore this strange behaviour. The odd thing is the progress bar appears to work fine.
I'm not sure if this is a bug with our implementation or with Uppy itself so any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
Hey thanks for your help. I've just installed the latest version of uppy on NPM (1.4.0) and I'm still seeing similar behaviour. The total file size seems to be staying at the correct amount now, but the ETA is still jumping around wildly. It seems like there's another bug for this (#1836) so I'll leave this closed. :)
Hi There,
I've got uppy integrated into our web app. It's working quite nicely and I'd just like to say thanks, it's awesome! However, there's a strange behaviour that's exhibited when uploading files with the status bar enabled. It's a bit hard to explain so I've included a gif of the problem.
We're using pre-signed URLs and uploading directly to S3. We are using uppy 1.0.0 and aren't using companion. Essentially, after the upload begins the status bar information starts behaving very strangely. The total size of the upload starts decreasing (ie 3.4GB, 3.3GB, etc.) and the amount completed climbs a little bit (ie 9mb, 15mb, 20mb, etc.) then goes back down to 0. As a result of this the ETA jumps around wildly. We're on a 100mb fibre link and the files upload fine if you ignore this strange behaviour. The odd thing is the progress bar appears to work fine.
I'm not sure if this is a bug with our implementation or with Uppy itself so any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: