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.
我有一个托管在另一个域上的 API,我希望在该域上上传文件。我尝试使用 jquery.iframe-transport.js 但由于 CORS 我无法获取输出数据。任何人都可以提出替代方案。我可以在同一个域上使用一些 PHP 或节点后端。