0
What html code is used to upload images to the web?
upload images to the web.
1 Resposta
+ 1
you can use
<input type="file" class="files" id="files" multiple="true"/>
if you want to upload just one pic you should false multiple attribute
good luck