Redirect after File Download?
843836May 25 2005 — edited May 25 2005I download a text file from my server thru my jsp page, and I have the download logic working either strictly as a jsp, or as a servlet called from the jsp. My problem is that I want to redirect to another page after the download has completed and can't figure out how to do this. I've tried the basics - sendredirect, etc, but those do nothing. Can anyone help me?
Thanks...