953aeb41f9b050ce4daccd9a6102b6891d355e5b
[rock.divinelegy.git] / public_html / upload.html
1 <html>
2 <body>
3 <form action="/simfiles/upload" method="post" enctype="multipart/form-data">
4 <input type="file" name="file" id="file" />
5 <input type="submit" name="submit" value="submit" />
6 </form>
7 </body>
8 </html>