i am using nginx to upload files via upload module. i am using
java client to post data . when i upload file it is uploaded
successfully but it is deleted automatically . when i see the log it is
showing aborted uploading file.
in the log [info] :client sent invalid method while reading client
request line
Alternatively, if you can see the network traffic between the java
client
and nginx (using something like tcpdump, for example), you may be able
to see the problem that way.