hello
all
can anyone help me out how to upload a file (When Applet is a Client )of any type to any application server by using java ????????
if u have please mail me in duttagoutam at hotmail dot com
goutam
Discussions
Web tier: servlets, JSP, Web frameworks: How to upload a file from Applet client to server
-
How to upload a file from Applet client to server (2 messages)
- Posted by: Goutam Dutta
- Posted on: May 23 2001 03:38 EDT
Threaded Messages (2)
- How to upload a file from Applet client to server by Srinivas Tatikonda on May 23 2001 05:23 EDT
- applet-servlet communication by kots rao on November 16 2004 18:27 EST
-
How to upload a file from Applet client to server[ Go to top ]
- Posted by: Srinivas Tatikonda
- Posted on: May 23 2001 05:23 EDT
- in response to Goutam Dutta
firstly u should know that an applet can't touch the local hard disk.so uploading a file using unsigned applet will throw security exceptions.
anyway if the applet is signed then it might be possible.but without proper signature it is impossible to upload a file from applet client to server. -
applet-servlet communication[ Go to top ]
- Posted by: kots rao
- Posted on: November 16 2004 18:27 EST
- in response to Goutam Dutta
hi gautham,
I think we are doing the same sort of project..
Applet-servlet communication.
even i want to know how to handle session tracking..
hope u have done it can u pass it to me..
and also how to send file from applet to server
and how to read the response from server in applet.
Thanks in advance..
waiting for ur reply..
bye
kotesh