httphandler - save file in Silverlight without showing Save as dialog -
is possible save file users local downloads folder without prompting them save dialog?
i have application user right mouse clicks choose option save specific file.
i have used ihttphandler interface not sure how call handler in code system start saving downloads file without user having navigate different page
one way out host required file on public url , navigate url in new tab/window silverlight app..
htmlpage.window.navigate(new uri("<your file's url>"), "_blank");
this should cause browser open link in new tab , in turn download automatically (occasionally depending on user settings)..
Comments
Post a Comment