File Transfer Using Cuba Studio

I am currently developing an application using CUBA-Studio, I want to send a file from my application build on CUBA-Platform to another application build on using some other framework, Is there any video tutorial or any other step by step guidelines to achieve this task in CUBA-Studio?

Hi,

you can “send” a file through java fairly easily. But since you don’t write what exactly you mean by “sending a file”, it is pretty hard to give you further advice. Do you mean sending a File through HTTP or to a filesystem, or are you talking about FTP upload. Or do you mean something like sending a XML message etc.

Perhaps you can elaborate a little bit on that.

Besides that, sending a file has nothing to do with neither CUBA studio nor CUBA platform itself. Instead it is just java programming…

Bye
Mario

Hi:
I mean to send a file through HTTP protocol.