1
0
Fork 0
NCA-Screens/application/views/upload.php

8 lines
228 B
PHP
Raw Normal View History

2011-11-05 02:25:17 -04:00
<div id="dropbox">
<span class="message">Drop images here to upload or click below to select.</span>
<div class="button">
Select Images
<input type="file" id="file-input" name="file" multiple>
</div>
</div>