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.
我有一个要求,我需要使用 Ember.JS 将文件上传到服务器并类似地从服务器下载文件。
请指导我为此所需的代码。
我是这个框架的新手。
谢谢
Ember 不上传/下载文件,它是一个客户端 mvc 框架。您需要对这些使用 ajax 调用。
我建议使用 Jquery 的 ajax 库。