Is there way to clear programmatically(in c#) "Download history"? The same box with "Downloads" in the header, that appears every time you download any file.
How I can do, so when user open my page and download the file he won't see this "Downloads" box OR it will be empty?
Loading
Nir BarPosted Sep 23, 2009, 2:14 PM
For one, I don't think you have permission (programmicaly) to interact in such a way with the browser
Second - Every browser has a different API, so (if it's possible at all) you'll have to find a way to do it depending on the browser that the user is browsing with
Please mark this port as answer if it helps you
Nir