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 html 表单上单击提交后,是否可以在页面上显示上传进度?Socket.io 会允许我这样做吗?
如果您使用标准的 http 表单提交来上传文件,则不会。您将不得不使用某种 Flash 或 ajax 上传脚本,它不需要提交浏览器上的当前页面来进行上传。