Detected download complete, IIS6 & IE

J

Jay Hayman

Hi Guys, just been trying to figure something out....without having to
create my own download manager is there a way using dotnet and IIS6 to
detect when a http download from a web site has completed in IE or
Netscrape? Is there some kind of custom HTTP header I could use?

- Jay.
 
S

seb_gibbs

You would need to create a page to handle the download request. This page could be a small popup box, that could message the parent window once finished.

something like..

turn off screen buffering
set a long script timeout period
get download request
open requested file
send correct http header
send file contents
close file

then do what ever you want after download finishes...


downloading binary files may be a problem though.

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top