| Author |
Uploading files using applet to server
|
Aruna Velpuri
Greenhorn
Joined: May 07, 2003
Posts: 8
|
|
Hi I want to upload a directory from client machine using signed applets to server. Plz can any one give the solution to my problem. Thanks in advance
|
 |
Manuel Moons
Ranch Hand
Joined: Mar 05, 2002
Posts: 229
|
|
First u will need something to post the files: (I wrapped them in a zip file) --> the Uploader Now u will need something to read the file that u send (a Servlet): This should do it.
|
 |
 |
|
|
subject: Uploading files using applet to server
|
|
|