Re: [ANNOUNCE] Release of Commons HttpClient 2.0.2

2004-10-11 Thread Srinivas Velidanda
Hi, I have been using HttpClient version 2.0.1. But have some problems while uploading multiple files. Please let me know 1. Can I upload multiple files using httpclient api from client to server (client and server running on different systems). 2. I worked with sample code at

HttpClient with Applet to upload files using MultipartPost is required....

2004-10-08 Thread Srinivas Velidanda
/onlineTraining/Programming/JDCBook/signed.html http://java.sun.com/security/signExample12/ hope that helps, Roland Srinivas Velidanda 07.10.2004 15:33 Please respond to Commons HttpClient Project To [EMAIL PROTECTED] cc Subject Re: HttpClient query... Hi, Greetings. I am running

Re: HttpClient with Applet to upload files using MultipartPost is required....

2004-10-08 Thread Srinivas Velidanda
Hi, can I get the sample java code to make the signed applet with HttpClient. thanks, Srinivas. Adrian Sutton [EMAIL PROTECTED] wrote: On 08/10/2004, at 4:43 PM, Srinivas Velidanda wrote: Hi, I got a sample signed applet working that is given at the links you specified. but need help

Re: HttpClient with Applet to upload files using MultipartPost is required....

2004-10-08 Thread Srinivas Velidanda
the MultiparPost request linked to the request from applet. Pl. suggest me a solution., thank you, Srinivas. Adrian Sutton [EMAIL PROTECTED] wrote: On 08/10/2004, at 5:21 PM, Srinivas Velidanda wrote: Hi, can I get the sample java code to make the signed applet with HttpClient. No unfortunately

Re: HttpClient query...

2004-10-07 Thread Srinivas Velidanda
to the actionPerformed method: http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/examples/?only_with_tag=HTTPCLIENT_2_0_BRANCH cheers, Roland Srinivas Velidanda 05.10.2004 14:00 Please respond to Commons HttpClient Project To Commons HttpClient Project cc Subject Re: HttpClient

Re: HttpClient query...

2004-10-06 Thread Srinivas Velidanda
/?only_with_tag=HTTPCLIENT_2_0_BRANCH cheers, Roland Srinivas Velidanda 05.10.2004 14:00 Please respond to Commons HttpClient Project To Commons HttpClient Project cc Subject Re: HttpClient query... Hi Roland, thanks for the reply. I am new to this API and pl let me know how can I do

HttpClient query...

2004-10-05 Thread Srinivas Velidanda
Hi, I am using HttpClient (commons-httpclient-3.0-alpha2) api for file upload. How to handle a session if I am creating a MultipartPost request in a JSP and posting the request using client.executeMethod(mPost) to a servlet URL. Once I send the request the session is getting killed and

Re: HttpClient query...

2004-10-05 Thread Srinivas Velidanda
. If the server uses URL rewriting because it believes that the client can't handle cookies, you have a problem. You will have to parse server responses in order to extract URLs with the session information encoded in them. Or convince the server to send cookies. hope that helps, Roland Srinivas Velidanda