openscad-remote/tools/uploader.html
2021-08-18 08:11:52 +01:00

7 lines
233 B
HTML

<!doctype html>
<title>Upload new File</title>
<h1>Upload new File</h1>
<form action="http://localhost:5000/upload" method=post enctype=multipart/form-data>
<input type=file name=file>
<input type=submit value=Upload>
</form>