0

On a client operation, a file is created on the server and I want to allow the client to download that file.

How can this be done?

Adel Boutros
  • 10,205
  • 7
  • 55
  • 89

1 Answers1

0

You can always bring back the data to the client side with you rpc service sending an object. You still can have a look here

Community
  • 1
  • 1
Alain BUFERNE
  • 2,016
  • 3
  • 26
  • 37