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.
我想在不使用任何文件上传 UI 的情况下从客户端 javascript 代码将文件从已知 url 上传(复制)到 Cloudinary。怎么做到呢?
我阅读了文档,但无法理解如何做到这一点。
您可以使用以下语法:
$('.cloudinary_fileupload').cloudinary_upload_url(url);
这将使用 URL 而不是本地文件向 Cloudinary 发起上传请求。