upload module error

vetri nginx-forum at nginx.us
Tue Mar 29 13:50:25 MSD 2011


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?

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,186553,186568#msg-186568




More information about the nginx mailing list