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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Writing in client side

Status
Not open for further replies.

MAF

Programmer
Sep 13, 2000
6
ES
Hi!!

I just wanted to know if there's a way to write a file on the client side from within a servlet. I think it's not possible, but, if you know a way, please let me know.
Thanks in advenced
M. [sig][/sig]
 
Servlets are strictly a server side implementation. Are you talking about saving a file on the client's local file system? If so you would probably have to sign an applet, or ask the client to download a java program and run it locally, or something along those lines. [sig]<p>--Will Duty<br><a href=mailto:wduty@radicalfringe.com>wduty@radicalfringe.com</a><br><a href= > </a><br> [/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top