-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload never gets above 40% #1111
Comments
Thanks I'm trying that, I do have a slow connection however I can upload these files via the browser or cloudberry relatively quickly! It's currently still dropping back to 11% |
Setting the Queue size to 1 fixed it |
@bknill how setting it to 1 fixed it i have the same problem but still facing the same issue. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Hi,
I've got a strange issue where I'm uploading images to S3 and the progress keeps dropping until it timeouts. This is in a Cordova based app, I'm downloading images from a camera and then attempting to upload to s3.
The upload code
` fileEntry.file(function(file) {
})`
I've tried this with a small text file and it works well, however on larger (4.5mb) image files it never completes, a trace of the progress.
It's only a 4.5mb file it shouldn't be such an issue. I'm using the nearest location for my bucket.
Any clues!?
The text was updated successfully, but these errors were encountered: