0

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.

Is there a way to do bulk uploads?

Amar
  • 13,202
  • 7
  • 53
  • 71
zardon
  • 1,601
  • 4
  • 23
  • 46

1 Answers1

2

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. 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.

Hope this help you.

Community
  • 1
  • 1
frankWhite
  • 1,523
  • 15
  • 21