diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2016-05-28 11:55:08 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2016-05-28 11:55:08 +0200 |
commit | 1a66f6a8c0b213e14bc0b1896bfaa68a5c2a5002 (patch) | |
tree | 0f84cd21a3fd393bddcab603d2452c84c97defa6 /test/sample-post.html | |
parent | fcdb6bb4b88510614f5eb96545ea724ce442d606 (diff) | |
parent | eaab2fbbed4601415b5be052b39a0c0df11fdc38 (diff) |
Merge branch 'master' of https://github.com/iotbzh/afb-daemon
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> |