view trunk/scripts/aim-o-matic/upload-form.html @ 672:a9694d0bb55a

Fix scons build of library and test. Deleted main.cc since libgtest comes with a corresponding main library. Everything compiles and the tests run on Ubuntu, but the tests all fail.
author ronw@google.com
date Thu, 23 May 2013 18:12:22 +0000
parents 2e53a3b92525
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>