IE8下有一个表单包含input[type=file]用来上传图片,还有一些其他表单元素input[type=text],将所有表单都填好,图片文件也上传好了,这时点击提交按钮,第一次时没有反应,再点一次才能提交成功,请问这是为什么?怎么解决呢?
ps:没有使用js进行表单提交,是通过点击input[type=submit]进行提交的
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
用chrome开发工具debug一下,把多余脚本去掉
碰到过:参看了这篇文章https://segmentfault.com/a/1190000003759070