Forum Moderators: coopster
the problem i am having is that when the user upload the file all the other fields get reset or "cleared out" so this is a little frustrating for the user as they have to re enter everything again,
is their a way around this?
Thanks
<form enctype="multipart/form-data" action="survey-step2.php" method="POST">
<input type="hidden" name="AudioFile-1" value=""/>
Please choose a file: <input name="uploaded" type="file" />
<input type="submit" value="Upload" />
</form>
does this make sense is their a better way of doing it? should i post all my code?