comparison scripts/aim-o-matic/upload-form.html @ 459:b106283f812f

AIM-o-matic scripts for automated running of AIM on a server.
author tom@acousticscale.org
date Wed, 22 Feb 2012 14:03:43 +0000
parents
children
comparison
equal deleted inserted replaced
458:7be4c594216c 459:b106283f812f
1 <html>
2 <body>
3
4 <form action="aim-o-matic.php" method="post"
5 enctype="multipart/form-data">
6 <label for="audio_file">Audio File</label>
7 <input type="file" name="audio_file" id="audio_file" />
8 <label for="config_file">Config File</label>
9 <input type="file" name="config_file" id="config_file" />
10 <br />
11 <input type="submit" name="submit" value="Submit" />
12 </form>
13
14 </body>
15 </html>
16