Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通常,我会为此使用 AJAX,但表单的目的是上传文件,而 AJAX 无法做到这一点。
有没有办法让表单正常提交,但捕获响应(JSON/XML 或类似)并在 javascript 中处理它而不刷新/重定向页面?
添加隐藏的 iframe,使用 target 属性将表单发布到 iframe。