Added HTMLFileUpload unit tests

This commit is contained in:
Pierre-Olivier Latour
2014-04-25 07:17:34 -07:00
parent 3dc7cb0ec4
commit ed709d1476
5 changed files with 30 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
HTTP/1.1 200 OK
Cache-Control: no-cache
Content-Length: 299
Content-Type: text/html; charset=utf-8
Connection: Close
Server: GCDWebServer
Date: Fri, 25 Apr 2014 14:15:11 GMT
<html><body> <form name="input" action="/" method="post" enctype="multipart/form-data"> <input type="hidden" name="secret" value="42"> <input type="file" name="files" multiple><br/> <input type="submit" value="Submit"> </form> </body></html>