hi friends
i what to send a file from client to server. i used post method for it.
but for better performance i zipped the file using (java.util.zip) and
send it as normal file ,at server i cannot unzip the file (i
sucessfully zip and unzip at client). i stopped at unzip .
can any one help me plz....
abhi - 06 Feb 2006 10:37 GMT
u can use the java zip api to zip the contents and by using the
request.getInputStream()
in jsp u can make upload possible.....
> hi friends
> i what to send a file from client to server. i used post method for it.
[quoted text clipped - 4 lines]
>
> can any one help me plz....