minidsp-lcd-monitor: clear entire line when displaying preset/input
[clinton/scratch.git] / xbmc / upload.html
CommitLineData
deec840c
CE
1<html>
2 <head>
3 <style>
4 input[type=file], input[type=submit] { height: 20em; width: 100%; }
5 </style>
6 </head>
7 <body>
8 <form action="upload.py.cgi" method="post" enctype="multipart/form-data">
9 <p>
10 <input name="song" type="file" accept="audio/*"
11 <!-- multiple="multiple" --> />
12 <input type="submit" value="Party On!" />
13 <input type="checkbox" value="faster" name="asap" />
14 <label for="faster">ASAP</label>
15 </p>
16 </form>
17 </body>
18</html>