File Handling in DB as Parse

Hi ,
I’m coming from Parse and there was an awesome way to upload a file, say that i want a RecipeApp, how can i upload & assign an image to a Recipe? Let’s say that i have Name, Img as columns, i want to save the image in the Img field. Is there any way?

Upload file: https://backendless.com/documentation/files/ios/files_file_upload.htm

Once you upload, you get file URL in the response. Set the url as an object property and save the object:
https://backendless.com/documentation/data/ios/data_saving_data_objects.htm

Mark