Two Doc.Save SaveType.OpenInBrowser and only first downloads to browser

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

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,