Mail merge - Open file before saving it

Hi, after producing a mail merged document from a template, is it possible to just open the file directly on the users machines rather than having to save it in a certain location, or at least bring up a “Save Location” box for the user where they can then save the file locally. I want to avoid having to predetermine the save location and would like the user to choose the save location themselves.

I actually found the solution for anyone else wanting to know it


doc.Save(Response, “Attendee List.doc”, ContentDisposition.Inline, null);

It will then prompt for the Save location to the client

Hi David,


Thanks for your inquiry.

Yes. You can use Document.Save Method (HttpResponse, String, ContentDisposition, SaveOptions) method to meet this requirement.

Best regards,