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

8 lines
228 B
PHP

<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>