RE: A way to know if file download has ended

2006-06-06 Thread Bachler, Elisabeth (Elisabeth)
THanks for your answer... I will keep all you said in mind. You are certainly right. -Original Message- From: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: lunes, 05 de junio de 2006 17:08 To: Tomcat Users List Subject: Re: A way to know if file download has ended --- Darryl Miles

Re: A way to know if file download has ended

2006-06-05 Thread Wade Chandler
--- Darryl Miles <[EMAIL PROTECTED]> wrote: > Bachler, Elisabeth (Elisabeth) wrote: > > Thank you to everyone. I will investigate further. > > Elisabeth > > Maybe this thread is related (excuse the horid > apache web interface) : > > http://mail-archives.apache.org/mod_mbox/tomcat-users/200604.m

RE: A way to know if file download has ended

2006-06-05 Thread Bachler, Elisabeth (Elisabeth)
Thanks Elisabeth -Original Message- From: Darryl Miles [mailto:[EMAIL PROTECTED] Sent: lunes, 05 de junio de 2006 13:07 To: Tomcat Users List Subject: Re: A way to know if file download has ended Bachler, Elisabeth (Elisabeth) wrote: > Thank you to everyone. I will investigate furt

Re: A way to know if file download has ended

2006-06-05 Thread Darryl Miles
Bachler, Elisabeth (Elisabeth) wrote: Thank you to everyone. I will investigate further. Elisabeth Maybe this thread is related (excuse the horid apache web interface) : http://mail-archives.apache.org/mod_mbox/tomcat-users/200604.mbox/[EMAIL PROTECTED] Darryl -

RE: A way to know if file download has ended

2006-06-05 Thread Bachler, Elisabeth (Elisabeth)
Thank you to everyone. I will investigate further. Elisabeth -Original Message- From: Nicolas Schwartz [mailto:[EMAIL PROTECTED] Sent: lunes, 05 de junio de 2006 10:48 To: Tomcat Users List Subject: Re: A way to know if file download has ended > This is one of those issues that j

Re: A way to know if file download has ended

2006-06-05 Thread Nicolas Schwartz
> This is one of those issues that just can't be solved > with simple HTTP and HTML. There isn't a response > sent to the server to tell it every single download > was successful (or at least not sent back to the web > application ... TCP makes sure the last bytes get to > the other side successf

Re: A way to know if file download has ended

2006-06-04 Thread Wade Chandler
--- Guido Schoepp <[EMAIL PROTECTED]> wrote: > Bachler, Elisabeth (Elisabeth) schrieb: > > I have an application that uses tomcat 5.0.19. At > one point in my > > application, the user has the possibility to click > on a certain link in > > order to download a file. > > Once the file is downloaded

Re: A way to know if file download has ended

2006-06-03 Thread Guido Schoepp
Bachler, Elisabeth (Elisabeth) schrieb: I have an application that uses tomcat 5.0.19. At one point in my application, the user has the possibility to click on a certain link in order to download a file. Once the file is downloaded, I would like the application to go to a certain jsp page is

A way to know if file download has ended

2006-06-02 Thread Bachler, Elisabeth (Elisabeth)
Hello, I have an application that uses tomcat 5.0.19. At one point in my application, the user has the possibility to click on a certain link in order to download a file. Once the file is downloaded, I would like the application to go to a certain jsp page is there a way to configure tomcat to