code_app/test/webservice/upload/upload.html

13 lines
277 B
HTML
Raw Normal View History

2023-11-10 06:13:35 +00:00
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="utf-8">
<title>Upload</title>
</head>
<body>
<form action="upload.php" method="post" enctype="multipart/form-data">
<input type="file" name="filename"/>
<input type="submit" value="submit"/>
</form>
</body>
</html>