How to download a text file from server to client?  
Author Message
vaisakh.ak





PostPosted: 2007-5-7 15:40:00 Top

java-programmer, How to download a text file from server to client? hi,
I am devoloping a web application using JSP and Servlets.
The first thing I need to know is how to create a text file in the
sever.
Once the text file is created there should be an option for
downloading it to the client.It could a link.On click of that link the
user should be able to save it to the client.

any help will be great!
thanks in advance.
---------------------------chik

 
christopher





PostPosted: 2007-5-7 23:09:00 Top

java-programmer >> How to download a text file from server to client? if it sounds like homework, it probably is homework.
This is basic browser stuff -- how does a browser receive a file and
how does the browser know what to do with the file? try doing the
assignment or *browsing* the web looking for java servlet tutorials

On May 7, 12:39 am, email***@***.com wrote:
> hi,
> I am devoloping a web application using JSP and Servlets.
> The first thing I need to know is how to create a text file in the
> sever.
> Once the text file is created there should be an option for
> downloading it to the client.It could a link.On click of that link the
> user should be able to save it to the client.
>
> any help will be great!
> thanks in advance.
> ---------------------------chik