[jQuery] Sending large file from server to browser

[jQuery] Sending large file from server to browser


I want to send a 400KB text file to the browser each time a user comes
to the site. The file will be sent once only during a user session.
Are there any mechanisms in JS/JQuery to reduce the size of the file
eg. send as a binary and de-binarize at the browser?
Dinesh