14 lines
248 B
HTML
Executable File
14 lines
248 B
HTML
Executable File
<!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>
|