Hi there
I'd just like to know if this is possible. I have a form with various fields that are filled out by a user along with a captcha and a file input. My problem is that when ever I execute the form the file is uploaded to the server before the captcha has been verified. So a user ends up waiting for the file to upload only to find out after his 10meg file has been uploaded that he entered the captcha code incorrectly (file stays in server temp folder if captcha is incorrect).
So what I want to do is have a form tag around my table with the fields and then have a form tag around the file input only and when the user hits submit it checks the captcha, then refers to the file and uploads it if the captcha is correct.