Skip to Content
0
Former Member
Dec 04, 2006 at 09:37 AM

File download

57 Views

Hi,

I have a requirement like the following way........

1. One file which is to be downloaded is at the Server0 of WAS(Absolute path)

2. I have to download this file into client system.

3. While downloading a pop up menu has to come asking about where to save the file on client system.After that a popup menu like download complete has to come.

I have a solution to fulfill this criteria........

Placing the file in webcontent folder of webappliction and appending this filename to the url while calling servlet solves my requirement.

But if the file has modified later i have to redeploy the web application again and again.

so, i am thinking that this solution is not fesible to my requirement.

Any one guide me in this issue,