Hey everyone, my team and I have been tasked to debug an application on my company's SharePoint that is an ASP.NET form to create review forms that was then put into a web part and deployed (the problem we're attempting to fix is an issue that cropped up with IE11, in that the document on creation doesn't contain the document data rather it has the DOM structure in it and rolling back to IE8 doesn't fix the issue). My teammates are taking the direct debug approach while I'm working on planning out a SharePoint based version of it.
To keep the same functionality as the existing application, I was curious as to if it's possible use a document library template as the basis for a document then on form submission rather have it be uploaded to a library it would be downloaded to the users machine. My google searches have not turned up much, but that may be due to improper wording.
Thanks for your help!