Click here to Skip to main content
15,885,365 members

Comments by Member 3395794 (Top 1 by date)

Member 3395794 25-Mar-17 11:45am View    
Hi thanx, i explain better my problem:
i'm working with webbrowser in c#, in this situation i must download some pdf files, (i dont explain now why i dont use webclient etc etc...) so the problem is that when i start the download the pdf is opened inside the browser or opening the reader, instead i need that starting the save file prompt.
The link does no have the explicit url (referred to file), so i also tried to add header content-disposition:attachment in the navigate method but it doesnt work, so i thought that one solution could be find the manner to say ie to show the prompt always, ...maybe with the appropriate registry key?

Any other solution would be appreciated.
Thanx