1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2026-01-14 12:02:20 +03:00
Files
postfixadmin/tests/simpletest/test/site/upload_form.html
2009-03-15 21:24:56 +00:00

11 lines
496 B
HTML

<html>
<head><title>Test of file upload</title></head>
<body>
<form enctype="multipart/form-data" action="upload_handler.php" method="post">
<input type="hidden" name="MAX_FILE_SIZE" value="30000">
<label>Content:<input id="c" type="text" name="content"></label><br>
<label>Supplemental:<input id="s" type="text" name="supplemental"></label><br>
<input id="g" type="submit" name="go" value="Go!">
</form>
</body>
</html>