Aborted file upload

hi all,

   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

can someone help me?

Posted at Nginx Forum:

On Wed, Apr 13, 2011 at 02:54:56AM -0400, vetri wrote:

Hi there,

when i see the log it is
showing aborted uploading file.

in the log [info] :client sent invalid method while reading client
request line

That message means that nginx thinks that the client did something
wrong.

The debug log (A debugging log) will show
why nginx thinks that.

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.

Good luck with it,

f

Francis D. [email protected]