我的网络服务器中存储了超过一千张图像。现在我想将我的所有商店图像从我的网络服务器转移到cloudinary。我的意思是,我想从我的网络服务器导出我的所有图像,并将所有图像存储到我的云帐户中。
有没有办法?如何将图像从Web服务器导出到Cloudinary?
答案 0 :(得分:0)
您可以使用以下方法将图片批量上传到Cloudinary:
使用遍历所有图像的脚本并逐个上传。例如:Cloudinary::Uploader.upload("sample.jpg")
使用Fetch获取图像。您可以在此处阅读:https://cloudinary.com/documentation/fetch_remote_images
使用自动上传。你可以在这里阅读更多相关信息: https://cloudinary.com/documentation/fetch_remote_images#auto_upload_remote_resources
这是一篇关于它的博客: https://cloudinary.com/blog/how_to_automatically_migrate_all_your_images_to_the_cloud
答案 1 :(得分:0)
你可以尝试ImageKit.io 他们有两个选项 - 您可以attach your web server使用它并立即开始提供优化的图像,或者您可以与团队取得联系,这将帮助您将存储移动到ImageKit的媒体库。
免责声明:我是ImageKit.io的创始人