How to save image from URL?

I have image url and i want to upload image to backendless from that url. It is possible?

Hi Daxxel

There are no direct support for this functionality
But this can be achieved by implementing a custom event handler or an API service.
It will receive an image url in the request, download it and upload to Backendless Files Service

Thank you.