Using standard web mechanisms? None that I know of other than further
extending the timeout, which has other issues. You could push the
upload/download functionality to a subweb that has a longer timeout, but that
just puts a bandaid on the problem.
Timeouts are the reason so many companies have gone to downloaders that use
something other than HTTP transfer for downloading their apps, updates, etc.
Moving file download to FTP is another option.

Signature
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***************************
Think Outside the Box!
***************************
> I have a web application that contains a Java applet that uploads and
> downloads files between a client and server. My application is set to
[quoted text clipped - 8 lines]
>
> Jay