----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: dotnet-dude Message 3 in Discussion Hi Smith, Thanks for that input. But if the download is successfull without any network errors, then how do i find out. Depending on the speed of net connection of the client, the file can be downloaded at varried speed. I want to know if the browser sends any event to the web server after file download and if so, how do i catch that event in my aspx application. -Bharath On 3/27/06, BDOTNET <[email protected]> wrote: New Message on BDOTNET File Download detection. Reply Recommend Message 2 in Discussion From: LovedJohnySmith I hope, you can not detect failed downloads in all cases. proxy server buffering prevents this. but you can improve the detection by turning page buffering OFF. Response.BufferOutput = false; then at least the Reponse.Writefile can detect an error network error, as the write is going to the network, rather than a memory buffer. Kindly note, This will keep the file open for the whole download. Hope this helps. Thanks, Smith http://spaces.msn.com/JohnySmith View other groups in this category. Also on MSN: Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily Horoscopes To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. Need help? If you've forgotten your password, please go to Passport Member Services. For other questions or feedback, go to our Contact Us page. If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. Remove my e-mail address from BDOTNET. ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
