0
Can I upload files using HTML5?
I want to know if I can upload files using HTML5. If it is possible then answer me.
1 Antwort
+ 3
Yes!
https://www.w3schools.com/howto/howto_html_file_upload_button.asp
This will help, simply use input tag.
https://www.w3schools.com/php/php_forms.asp
(this will help too)