Hi how to identify wether a file provided for download is downloaded or cancelled by the user in Classic ASP. i m using ADODB.Stream to provide my file via stream . But i dont have any idea to verifiy wether the download was successfull or not .. Any idea.. suraj
I don't think we can find out if there was errors during the download and count accordingly. Once a download is initiated by the user we should increment our count and not worry abuot what happens to the download.