Secure download

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
 
B

bruce barker

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)
 

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

Top