Skip to content
Snippets Groups Projects
Commit 00f579d5 authored by Yukun Zhao's avatar Yukun Zhao
Browse files

Delete upload.html

parent f54d0368
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<head>
<title>File Upload Example</title>
</head>
<body>
<form action="/upload" method="POST" enctype="multipart/form-data">
<p>What's your name?</p>
<input type="text" name="name" value="Ada">
<p>What file do you want to upload?</p>
<input type="file" name="fileToUpload">
<br/><br/>
<input type="submit" value="Submit">
</form>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment