Example: Two Doc.Save SaveType.OpenInBrowser
dstDoc.Save(“Doc1Out.doc”, SaveFormat.Doc, SaveType.OpenInBrowser, Current.Response);
doc.Save(“Doc2Out.doc”, SaveFormat.Doc, SaveType.OpenInBrowser, Current.Response);
and only first downloads to browser.
Hi
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for your request. It is impossible to send few files in a single Response. This is not a restriction of Aspose.Words; this is a restriction of HTTP protocol.
Best regards,