Basically I\'m trying to set the SaveFileDialog\'s filter like let\'s say to... \"Xml Document (.asdf.xml)|.asdf.xml\".It\'ll filter the files correctly when picking a file, but when actually saving t
I have an anchor tag: <a href="file.pdf">Download Me</a> I would like for the user to click on it and then have a Save-As dialog box appear with a new filename I determine.
The SaveFileDialog in Silverlight lacks a DefaultFileName property, resulting in the user having to enter the file name manually with every file download from a Silverlight application.
I\'ve got a web app that I\'m porting to an OS X Dashboard widget. The web app generates some data on the client side using JavaScript, and then, when the user wants to save it, sends it to a server-s
I am having an issue with SaveFileDialog for some reason.All I want to do is extract data from a text box line by line and write it to a text file, then save that text file to the desktop.The first bi
I have a save as image feature for charts in my application. The chart control is a custom user control with custom logic in them. It also has some scaling based on size, zoom etc. However, while savi
I have a html page, and when I click a file link on the page, the file download dialog pops up, and this file dialog locks the page. I mean without selecting one of the choices(Open, Save, Cancel) I c
I am attempting to return a image from a server using Silverlight 3. The server returns the Response stream like this:
Me and a few of my coworkers are experiencing 开发者_StackOverflow社区an odd issue in Visual Studio 2008 and Windows 7 (64-bit).We use VSS6 for our source control (unfortunately).
I am doin开发者_开发技巧g a small program to open an excel spreadsheet, update it then save it to a new file then close everything up.