Skip to main content

Upload 1000 images?

Comments

1 comment

  • Aditi Madan

    Hi Ron,

    Here are a few bulk upload options:

    While our upload API currently only supports a single file upload at a time, it does have a high concurrency rate (of about 40-50 concurrent calls) so you can use multi-threads to upload many files at once.
    You can also use asynchronous calls, and tell Cloudinary to do the upload in the background by adding the `async` parameter and setting it to `true`.

    You could also drag and drop the folder of images to the UI  but the browser limitation will come into play.

    If you have your images residing on the web anywhere else then another option would be to use our [auto upload](http://cloudinary.com/blog/how_to_automatically_migrate_all_your_images_to_the_cloud) feature which will enable you to define a path from which the images could be uploaded. This would upload the images lazily (i.e., every time they are specifically called by the end-user).

    Thanks,
    Aditi

    0

Post is closed for comments.