first commit
This commit is contained in:
13
src/html/upload.html
Executable file
13
src/html/upload.html
Executable file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<h1>rfile File upload</h1>
|
||||
|
||||
<form action="/" method="POST" enctype=multipart/form-data target="_self">
|
||||
<input type="file" id="myFile" name="data">
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user