-
Notifications
You must be signed in to change notification settings - Fork 106
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
Comments
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. |
@holgersindbaek Did you find a solution for this? |
Monitoring the upload progress is supported via the Uploading multiple files is available as well. Implementation should be done on your end (via Multi-threading, etc.). |
@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. |
@brianjd down the line we plan to support such capabilities, although there's still no ETA for that. |
@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? |
How would I go about that in Cloudinary using iOS?
The text was updated successfully, but these errors were encountered: