I have a simple form
<form enctype="multipart/form-data" action="/clients" method="post">
<input id="file" type="file" />
</form>
I need to invoke file upload dialog and if it was successful - send the form (using javascipt)
I have a simple form
<form enctype="multipart/form-data" action="/clients" method="post">
<input id="file" type="file" />
</form>
I need to invoke file upload dialog and if it was successful - send the form (using javascipt)