Secure download

  • Thread starter Thread starter PiotreK
  • Start date Start date
P

PiotreK

Hello,

I want to download file with it's chcecksum. Then compute the new
checksum and compare it to the original one. Web page is ASP.NET 2.0
(with AJAX extensions if needed).

The problems are passing checksum and the operations after the
download.

Is it possible? Do I have to use ActiveX?

Thank you in advance,
PiotreK
 
while you could download the file and a checksum with ajax, you could not
write it to disk. you will need to write an active/x control to implement
this feature.

-- bruce (sqlwork.com)
 
Back
Top