Write to a Local Text File From JSP/Servlet?

Hi!Is there a way to write to a local (client) text file from a JSP/Servlet-page?Best regardsPaul
[139 byte] By [palle74] at [2007-9-27 1:55:22]
# 1

hi Paul..

i don't think it could possible because the result of Servet or JSP on client side could be in

HTML format..

and through HTML it's not possible to write in a file..

although u can have a listening program on client side(which client must download and install)

and whenver u want to write to client side u will just give instruction to that program..

i m not very sure that this could be possible ...

Bhupendra Mahajan

bmahajan at 2007-7-4 20:33:49 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...