Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading multiple images and track progress? #13

Open
holgersindbaek opened this issue Feb 6, 2015 · 6 comments
Open

Uploading multiple images and track progress? #13

holgersindbaek opened this issue Feb 6, 2015 · 6 comments
Assignees

Comments

@holgersindbaek
Copy link

How would I go about that in Cloudinary using iOS?

@neelamsharma12
Copy link

You can use the remote API. You just need to pass the URL to the account and then cloudinary will download the image from there. For reference check this out.
http://cloudinary.com/documentation/upload_images#remote_upload

@brianjd
Copy link

brianjd commented Dec 2, 2015

@holgersindbaek Did you find a solution for this?

@nadavofi
Copy link

nadavofi commented Dec 2, 2015

Monitoring the upload progress is supported via the uploaderProgress() method in the delegate protocol. See: https://github.com/cloudinary/cloudinary_ios#upload

Uploading multiple files is available as well. Implementation should be done on your end (via Multi-threading, etc.).

@brianjd
Copy link

brianjd commented Dec 2, 2015

@nadavofi That is all understood, I have already implemented a solution. The original question was more to see if there was some undocumented feature, but after reviewing the source I realized it wasn't implemented in the SDK. I just don't understand why the upload method wasn't originally implemented on your side to accept file/resource arrays. As multiple file upload seems like a common scenario.

@nadavofi
Copy link

@brianjd down the line we plan to support such capabilities, although there's still no ETA for that.

@nadavofi nadavofi self-assigned this Feb 24, 2016
@holgersindbaek
Copy link
Author

@nadavofi Just checking in again. Still no other way on iOS than to upload each image by itself and have an external counter for the progress?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants