Jump to:
Screenshot
Attributes
URLs
<html>
<head></head>
<body>
<form action = "http://localhost/new_upload.php" method = "post" enctype = "multipart/form-data">
<br><br>
Choose the file to upload<br>
<input type = "file" name = "file"><br>
<input type = "submit" name = "submit">
</form>
</body>
<html>
<html><head></head>
<body>
<form action="http://localhost/new_upload.php" method="post" enctype="multipart/form-data">
<br><br>
Choose the file to upload<br>
<input type="file" name="file"><br>
<input type="submit" name="submit">
</form>
</body></html>
<html>
<head></head>
<body>
<form action = "http://localhost/new_upload.php" method = "post" enctype = "multipart/form-data">
<br><br>
Choose the file to upload<br>
<input type = "file" name = "file"><br>
<input type = "submit" name = "submit">
</form>
</body>
<html>