HTML Form: After missing a required field and resubmitting - files do not upload

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • earcandy
    New Member
    • Feb 2014
    • 2

    HTML Form: After missing a required field and resubmitting - files do not upload

    I have an HTML form which sends the results to FormTools. There are two file upload fields with required. If a user fails to attach files in these two fields they receive a warning. However once that required warning has come up and the user attaches the files - they do not upload when the form is submitted.

    If the user attaches the files properly the first attempt they do upload properly. The issue occurs only when the two required file fields are missed and the files are attached on a second attempt of completing the form.

    Code:
    Government Photo ID:<input type="file" name="gvmtphoto" accept="image/*" required tabindex=83 ><br />
    Social Security:<input type="file" name="SS" accept="image/*" required tabindex=84 ><br />
                                    <br />
  • nomad
    Recognized Expert Contributor
    • Mar 2007
    • 664

    #2
    We will need to see your php code please

    Comment

    Working...