view scripts/aim-o-matic/upload-form.html @ 473:b4da807f4318

Add CARFAC_Design_Doc.txt, CARFAC_Run_Segment.m, and some renames; rename various variables to be more parallel; clean up init code and such.
author dicklyon@google.com
date Fri, 16 Mar 2012 04:19:24 +0000
parents b106283f812f
children
line wrap: on
line source
<html>
<body>

<form action="aim-o-matic.php" method="post"
enctype="multipart/form-data">
<label for="audio_file">Audio File</label>
<input type="file" name="audio_file" id="audio_file" /> 
<label for="config_file">Config File</label>
<input type="file" name="config_file" id="config_file" /> 
<br />
<input type="submit" name="submit" value="Submit" />
</form>

</body>
</html>