forked from lokori/flask-vuln
-
Notifications
You must be signed in to change notification settings - Fork 0
/
upload.html
11 lines (10 loc) · 1.63 KB
/
upload.html
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<title>Send by import XML!</title>
<h1>Upload new File</h1>
<p>
XML elements: To, Subject, Content
</p>
<form method=post enctype=multipart/form-data>
<p><input type=file name=file>
<input type=submit value=Upload>
</form>