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_file_size is incorrect if upload chunks are out-of-order #106

Open
fdintino opened this issue Aug 6, 2018 · 1 comment
Open

Comments

@fdintino
Copy link
Owner

fdintino commented Aug 6, 2018

The aggregate field $upload_file_size does not return the correct value if the final uploaded chunk is not also the last chunk.

@pertgame
Copy link

pertgame commented Sep 4, 2018

@fdintino I have this issue too. I try to upload several chunks to nginx-upload-module concurrence, which means chunks arrive nginx out-of-order, but nginx-upload-module doesn't return the correct value of $upload_file_size to my 'upload_pass' address, how to fix this? or I have to send chunks one by one in order?

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

2 participants