You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
496 B
HTML
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> |