annotate scripts/aim-o-matic/upload-form.html @ 461:af9d803c0f2b

(none)
author alan.strelzoff
date Mon, 27 Feb 2012 21:50:20 +0000
parents b106283f812f
children
rev   line source
tom@459 1 <html>
tom@459 2 <body>
tom@459 3
tom@459 4 <form action="aim-o-matic.php" method="post"
tom@459 5 enctype="multipart/form-data">
tom@459 6 <label for="audio_file">Audio File</label>
tom@459 7 <input type="file" name="audio_file" id="audio_file" />
tom@459 8 <label for="config_file">Config File</label>
tom@459 9 <input type="file" name="config_file" id="config_file" />
tom@459 10 <br />
tom@459 11 <input type="submit" name="submit" value="Submit" />
tom@459 12 </form>
tom@459 13
tom@459 14 </body>
tom@459 15 </html>
tom@459 16