Upload files to external host

Hello, is it possible to upload files to external host by backendless upload API and get uploaded file URL?

By “external host” do you mean a 3rd party server located elsewhere?

yes that’s right.

Backendless upload API works with the Backendless file storage. You could add your own business logic, which would take the uploaded file and re-upload it elsewhere.

thank you.