diff options
author | jobol <jobol@nonadev.net> | 2016-05-26 18:13:19 +0200 |
---|---|---|
committer | jobol <jobol@nonadev.net> | 2016-05-26 18:13:19 +0200 |
commit | 53d6a6e09c79383c086f8f4d6f41c6490c387e07 (patch) | |
tree | 862c239b46d49c123fd2b69666abfaa7c1edfb22 /test/sample-post.html | |
parent | f0f93f4d790343c4ae51ca55f165886c01358c89 (diff) |
restore names
Signed-off-by: jobol <jobol@nonadev.net>
Diffstat (limited to 'test/sample-post.html')
-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> |