+ 2
How to [code]browse and upload image in application form in html?
html upload image
2 Respostas
0
You'll need a script (PHP or JS work great) on your backend to handle the POST request from the form submission.
For PHP: https://www.w3schools.com/php/php_file_upload.asp
For JS: http://blog.teamtreehouse.com/uploading-files-ajax
+ 1
ok...thank u