Uploading Objects with images in iOS

Can someone point me to the documentation or explain the general workflow for uploading an object container with images in them. From what I have gathered so far, it seems that this is a two step process?

Do we first upload the images and then ask or get the url back and then put that in our Object to upload?

Currently, it is exactly how you described it:

    Upload a file using the File Upload API. The result of the upload is the file URL Set the file URL in a data object and save the object. Make sure the field/property type is String.
Regards, Mark

Hey Mark,

Is there a tutorial on this? I’m digging around trying to see an example. Even in code would be sufficient.

Jeremy

Jeremy,

I could not find an example, but it literally is a matter of stitching these two operations together:
https://backendless.com/documentation/files/ios/files_file_upload.htm
and
https://backendless.com/documentation/data/ios/data_updating_data_objects.htm

Mark

Hey Mark,

Man you never sleep! Thanks for that I’ll look into it now.

Cheers!
Jeremy