Hi,
I want to construct a form with several classical fields (name, forname,…) and a field for uploading a file
When I click on the button Browse, the select box is opened but the form is submitted.
$('#name').jqxInput();
$('#jqxFileUpload').jqxFileUpload();
...
<form action="/submit.php" method="post" enctype='multipart/form-data'>
<input id='name' type='text' name='name' />
<div id="jqxFileUpload"></div>
</form>'
Is it possible to use jqxFileUpadload in a form ?
Best regards
-
This topic was modified 1 year, 6 months ago by antonomase.