Hi,
How to return zip file from the web api?
i need to zip 3 to 5 files from the server directory, then send the zip file to the client.
how to asynchronously send the file to the client after create zip file ?
Hi,
How to return zip file from the web api?
i need to zip 3 to 5 files from the server directory, then send the zip file to the client.
how to asynchronously send the file to the client after create zip file ?