I am writing a WebService in Java that should receive a file as input, and then WebService does some processing in that file and finally has to send a new client to the client. How to send a file to a client? (and how can I tell them to download it).
source
share