Remember that the data is sent as text. It is not optimized for large data transfer.
A better option will be to raise an event on the client and then let the client download the data with a regular HttpJob and a standard server handler.
The client limits are set to 128KB. It is possible to change it.
Remember that the data is sent as text. It is not optimized for large data transfer.
A better option will be to raise an event on the client and then let the client download the data with a regular HttpJob and a standard server handler.
The client limits are set to 128KB. It is possible to change it.