Clicking submit clears file field instead of submitting the form (IE9)

后端 未结 5 788
小鲜肉
小鲜肉 2020-12-28 17:55

I got a weird error I hope you guys can help with.

Sometimes when the user tries to submit a form the file upload field image just clears and nothing h

5条回答
  •  [愿得一人]
    2020-12-28 18:36

    First of all, pls let us see your php coding to send this form.... Usually form submission errors such as this have server-side coding errors.. Maybe you should check out your PHP coding and see what happens in your

     $_POST['save'] 
    

    area....

    Hope this helps... :)

提交回复
热议问题