Skip to content
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 progress reports complete then long pending #12

Open
FreakTheMighty opened this issue May 7, 2019 · 0 comments
Open

Upload progress reports complete then long pending #12

FreakTheMighty opened this issue May 7, 2019 · 0 comments

Comments

@FreakTheMighty
Copy link

When trying to track upload progress from a javascript client, total uploaded bytes grows to 100%, then hits a long pending state. It seems like the progress is reporting bytes uploaded to my local server, then waiting for the upload to google cloud to complete.

The multer code appears to stream the file to google storage, but the behavior feels like it isn't streaming. It seems like it's sending the entire file to the local server, then uploading it to google.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant