简体   繁体   English

如何批量上传图片?

[英]How to do bulk upload of images?

I need to upload approximately 1,700 images to the Quickblox site but I am not sure how to do this as it seems to upload only one at a time. 我需要将大约1,700张图片上传到Quickblox网站,但我不知道该怎么做,因为它似乎一次只上传一张。

Is there a way to do bulk uploads? 有没有办法进行批量上传?

You can try do this by writing a script. 您可以尝试通过编写脚本来完成此操作。 Here http://quickblox.com/developers/Authentication_and_Authorization#Python you can find example of auth on Python. 在这里http://quickblox.com/developers/Authentication_and_Authorization#Python你可以在Python上找到auth的例子。 Next, you need upload your images (consequentially or in parallel - as you wish). 接下来,您需要上传图像(根据需要上传或并行)。 Example of uploading images - Send file using POST from a Python script . 上传图像的示例 - 使用Python脚本中的POST发送文件

Hope this help you. 希望这对你有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM