M
Mladen Jablanovic via .NET 247
I am creating dynamically some Office documents in my ASP.NET application. When I want to send the resulting document to the client, I am currently saving it to the local disk and then redirecting user's browser to it.
Is there any way to skip this saving phase, i.e. to send the document directly from memory?
Is there any way to skip this saving phase, i.e. to send the document directly from memory?