How to parse the input stream of http request?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i want to upload a very large file throught http request. on server side , i
add a http module to handle the upload request. and i can get the entire data
stream by HttpWorkerRequest.

i wonder that how to parse the entire data stream? i do not know what the
data format there is.

thanks very much.
 
I recall there is a very long thread about this at www.asp.net in the
ihttpmodules area. Worth taking a look at what otehrs have done.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director
 
Back
Top