how to write a file in a local pc
we are developing one web project using java, servlets and jsp. I am creating
one file in servlet that file I want to store in user pc(local pc) without
displaying any messages or save as box.
I will appriciate if anybody could help me.
Thanks in advance.
Re: how to write a file in a local pc
What you are asking is to be able to store a file on the client's system
without their knowledge. Fortunately this is not possible, or the virus
problem would be even worse than it is now.
PC2
kodali <skodalis@hotmail.com> wrote in message
news:3aae7521$1@news.devx.com...
>
> we are developing one web project using java, servlets and jsp. I am
creating
> one file in servlet that file I want to store in user pc(local pc) without
> displaying any messages or save as box.
>
> I will appriciate if anybody could help me.
>
> Thanks in advance.