nginx-upload-module icon indicating copy to clipboard operation
nginx-upload-module copied to clipboard

$upload_file_size is incorrect if upload chunks are out-of-order

Open fdintino opened this issue 6 years ago • 1 comments

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

fdintino avatar Aug 06 '18 16:08 fdintino

@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?

pertgame avatar Sep 04 '18 09:09 pertgame