I\'m trying to send a file in chunks to an HttpHandler but when I receive the request in the HttpContext, the inputStream is empty.
I have a regular .NET application.In this case I have a part that\'s being imported by MEF.It imports fine, but at a certain point, I want to save a List of objects to a file.In this case it\'s just s
I\'ve got a file (test.txt) which contains \"1234567\". However when I try to read it on C# using FileStream.Read, I get only 0s (seven zeroes in this case). Could anyone tell me why? I\'m really lost
How can I write an Outputstream in a new browser window? Currently, I have the code below. Obviously it opens the stream in the same window. I know I can write the Outputstream to a file and open it