Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use applet's to upload files?

Status
Not open for further replies.

Petal

Programmer
Joined
Jun 8, 2001
Messages
56
Location
NO
How can I use an applet to upload files?
Can I use an applet to choose the file and then send the file to a servlet for saving it on the server? How can I do this?

Jørn Arild Andenæs
 
It is a little unclear what you mean. Where is the file that you are trying to upload?

An applet cannot upload a file on your local system to servlet without alot of messing around with SecurityManagers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top