Combine RemoteDb with upload service xdata

Hi,
I like the concept of RemoteDb for easy fetching of simple data which is exactly what I'm looking for for a mobile application.
I have one question, the mobile application needs to be able to download documents from the server and send pictures to the server.
Is it possible to combine a RemoteDb server with an xdata service to handle the documents?

Thx,
Dominique

Yes, sure. They are not "combined", actually, they are just two different servers that the mobile app happens to connect to. The two different servers can be compiled in a single executable, though.