restore names
authorjobol <jobol@nonadev.net>
Thu, 26 May 2016 16:13:19 +0000 (18:13 +0200)
committerjobol <jobol@nonadev.net>
Thu, 26 May 2016 16:13:19 +0000 (18:13 +0200)
Signed-off-by: jobol <jobol@nonadev.net>
test/sample-post.html

index b1486c3..d28c5bc 100644 (file)
@@ -6,7 +6,7 @@
     
     <h2>Sample Post File</h2>
     <form enctype="multipart/form-data">
-        <input type="file" name="select input file" />
+        <input type="file" name="file"/>
         <input type="hidden" name="hidden" value="bollobollo" />
         <br>
         <button formmethod="POST" formaction="api/post/upload-image">Post File</button>
@@ -58,4 +58,4 @@
 
     
     </body>
-</html>    
\ No newline at end of file
+</html>