upload module error

Valery Kholodkov valery+nginxen at grid.net.ru
Tue Mar 29 14:11:08 MSD 2011


No one can tell you why are you getting this error with this little information.

Pointing us at the fact that you did everything correct will not help us solve your problem.

Please provide us at least at following:
1) Version of nginx you are using;
2) Exact configuration you are using;
3) A debug log of request that is failing.

----- vetri <nginx-forum at nginx.us> wrote:
> mr valery,
> 
>       <html>
> <head>
> <title>Test upload</title>
> </head>
> <body>
> <h2>Select files to upload</h2>
> <form enctype="multipart/form-data" action="/upload" method="post">
> <input type="file" name="file1"><br>
> <input type="file" name="file2"><br>
> <input type="file" name="file3"><br>
> <input type="file" name="file4"><br>
> <input type="file" name="file5"><br>
> <input type="file" name="file6"><br>
> <input type="submit" name="submit" value="Upload">
> <input type="hidden" name="test" value="value">
> </form>
> </body>
> </html>
> 
> 
> i am using the form which is written above. i am using post in method. i
> am getting the form first from server via index then i am uploading
> files via that form using post.why server is returning 405?

-- 
Regards,
Valery Kholodkov



More information about the nginx mailing list