Where and How To Send Data?: Action Method
Where and How To Send Data?: Action Method
<form action="http://foo.com/handleFile.php"
method=“post“ enctype=“multipart/form-data”>
<input type=“file” name=“user_profile_image” />
</form>
Sending Form Data Through Javascript
Available Input Types
<input type=“text” name=“some_value” />
<progress max="100"
value="75">75/100</progress>