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

5 lines
175 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.</span>
<br/><br/>
<center><input type="file" name="image" id="single_upload"></center>
2011-11-05 02:25:17 -04:00
</div>