nginx-upload-module
nginx-upload-module copied to clipboard
$upload_file_size is incorrect if upload chunks are out-of-order
The aggregate field $upload_file_size
does not return the correct value if the final uploaded chunk is not also the last chunk.
@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?