Hi,
I have created a form with 4 upload fields.
They all work fine on the auto genorated page provided by MachForm.
However I hard code my pages and therefore code and design the form myself.
I use this:
<form id="form_1" class="appnitro" method="post" action="http://www.mysite.com/onlineforms/view.php">
instead of this:
<form id="form_1" class="appnitro" enctype="multipart/form-data" method="post" action="#main_body">
to get the form to post correctly etc.
All the fields work fine and all gets submitted correctly apart from the upload fields.
Can anyone help me out please.
Thanks!
