aspose file tools
The moose likes Applets and the fly likes Uploading files using applet to server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Uploading files using applet to server" Watch "Uploading files using applet to server" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Uploading files using applet to server
 
Similar Threads
data source
must be no space between equals(=) and value ?
remote client
Database connection through struts
How Can I know?