diff options
-rw-r--r-- | test/sample-post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sample-post.html b/test/sample-post.html index b1486c3b..d28c5bc0 100644 --- a/test/sample-post.html +++ b/test/sample-post.html @@ -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> |