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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: