Click here to Skip to main content
15,897,334 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all

I want a browser to download my file

I do not use default browser in VS
The browser will start downloading,Up to this point I have no problem

but How do I know when the download is finished for download the next files?



How do Found download is complete in Chrome or fox by c#؟

thanks
Posted
Comments
Sergey Alexandrovich Kryukov 31-Oct-14 14:31pm    
First of all, will you please stop posting fake "answers"? They are not solutions. One of the "answers" was addressed to me, but I did not get a notification, because notifications are only sent on the posts in reply to some post of the addressee, or on creation of indirect reply children of a post. Therefore, use comments and/or "Improve question". Also, such non-solution content posted as "Solution" are considered as abuse and can only down-voted and abuse reports. "Add your solution here" posts are reserved to the cases when you try to provide some help some people, in reply to some questions.
—SA
Sergey Alexandrovich Kryukov 31-Oct-14 14:34pm    
Now, this question is unclear. You see, the browsers already properly handle the end of downloading events. This is a software engineering forum, as we presume you do software development. What software may possibly need to capture this event in a browser? You have to explain it? You can always write downloading code independent from a browser, but, in this case, you will always capture the end of download. Any problems with that?
—SA
amirpooya 1-Nov-14 3:59am    
I'm very sorry if my question was unclear
The site that I am using to download the files - does not open by Browser of VS
For this reason,I am forced out of the Browser control this process

or I use other components (jeko,...)

1 solution

Why do you want to check if browser finished downloading? Write custom downloader. Here is an idea: how to download a file from internet[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900