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
@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?
The aggregate field
$upload_file_size
does not return the correct value if the final uploaded chunk is not also the last chunk.The text was updated successfully, but these errors were encountered: