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
"Aaron Guo" <Aaron
> wrote in message
news:5AF7B04C-97D5-4C31-AC40-...
>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.