aspose file tools
The moose likes Applets and the fly likes Pls help..File upload 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 "Pls help..File upload" Watch "Pls help..File upload" New topic
Author

Pls help..File upload

Pratiti Naphade
Ranch Hand

Joined: Mar 13, 2001
Posts: 39
. Write a java applet that will allow a user to first upload any file from his local machine to the server, and then be able to view the file he has uploaded.
>
Jimi Rock
Ranch Hand

Joined: Feb 19, 2001
Posts: 134
You need first to design your applet, i.e. how would you like the user interface to be.
next , uploading file using an applet needs this applet to be signed. and this needs you to go through several steps in order
to add permissions to your applet.
You should determine also what server program are you going to use , servlet? or some thing else?
Please make your requirements clear and then decide what to use
Regards,
Jimi.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Pls help..File upload
 
Similar Threads
Opening File Chooser in a jsp Page?
file upload
calling getInputStream after getParameter
sending a file to servlet
How to write the code to upload images?