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

后端 未结 5 790
小鲜肉
小鲜肉 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条回答
  •  -上瘾入骨i
    2020-12-28 18:33

    There should be only 1 submit button per form. So keep 1 save button as type="submit" ,change another to type="button"

提交回复
热议问题