Lua Nginx | Openresty: how to get POST data
Case 1: client_body_in_file_only off; Case 2: client_body_in_file_only clean; client_body_in_file_only on; We recommend using client_body_in_file_only clean; and read binary file when PUT content of file to…