RandomSec/main/webapp/modules/core/scripts/index/default-importing-sources/import-from-computer-form.html
2011-08-02 03:34:47 +00:00

5 lines
353 B
HTML

<form bind="form"><div class="grid-layout layout-normal"><table>
<tr><td>Locate one or more files on your computer to upload:</td></tr>
<tr><td><input type="file" multiple bind="fileInput" name="upload" /></td></tr>
<tr><td><button bind="nextButton" class="button button-primary" type="button">Next &raquo;</button></td></tr>
</table></div></form>