Hi,

Using the servlet 2.3 specification one can compress the data (gzip)
while sending from server and uncompress
on the client (Browser).

Has anybody tried,  if  the reverse can be achieved i.e. the browser
always sends a compressed data  and webserver decompress it.
This can be important when the user submit a form which has got huge
data or uploads a text file.
Can anything be done in the Action class while using
request.getParameter("parameter_name")


Regards
Shailender Jain


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to