Mercurial > hg > aimc
annotate scripts/aim-o-matic/upload-form.html @ 662:7e18c84ca2b7
Small cleanup of eigen usage in SAI implementation.
author | ronw@google.com |
---|---|
date | Tue, 16 Jul 2013 19:56:11 +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 |