Posted By:
Geoffrey_Corb
Posted On:
Friday, December 14, 2001 10:11 AM
I am building a web application where I dynamically create a ZIP file and then download it to the client over the web. Since the process of creating a ZIP file (and streaming it to the client over via HttpServletRequest) can be a lengthy operation, I would like to display an intermediate page that displays a message indicating that this can be a lengthy process. Any idea how I might do this?