Hallo Oleg,

how are you. i got your email from the mailing list archive.

I am stuck with a problem....

Background:
-----------------
User is logged into the WebApplication from browser and the application 
authenticate the user and keep the authenticated user with some more 
information in the Session. (for login i am using loginServlet)

request.getSession().setAttribute("UserSession", objUser );

User can upload file using applet...and i am using HttpClient and 
MultipartPostMethod classes for uploading file ....  both of these classes 
objects are created in the applet, connect to the server and send the data to 
servlet ....
the code is working fine...

Problem :
-------------
 the problem is i need user session (having information which i keep in the 
Session at the time of login)  for file uploading which i don't get when i post 
data through applet using HttpClient.

During search i found the HttpState class  ... but i don't understand how it 
will work in my case.

any suggestion please ... or any code chunk

Regards
Mansoor


       
---------------------------------
Shape Yahoo! in your own image.  Join our Network Research Panel today!

Reply via email to