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.
可能重复: 如何使用 jQuery 异步上传文件?
我需要用ajax上传文件。有什么方法可以使用 ajax 发送文件,但不能通过 flash 发送。
除了 IE,任何现代浏览器都可以。
基本上,您需要获取 Javascript 来加载文件(请参见此处)。然后,您可以使用该数据通过 AJAX 发布它。
无法使用 AJAX 发送文件。