Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > How to parse the input stream of http request?

Reply
Thread Tools

How to parse the input stream of http request?

 
 
=?Utf-8?B?QWFyb24gR3Vv?=
Guest
Posts: n/a
 
      12-12-2005
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.
 
Reply With Quote
 
 
 
 
John Timney \( MVP \)
Guest
Posts: n/a
 
      12-12-2005
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.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conversion from Input Stream to Output Stream Kashif Ur Rehman Java 2 05-17-2007 07:50 PM
how to save a POSTED file from http input stream Dica ASP .Net 1 01-30-2007 06:58 PM
Using Xerces SAX to parse just part of an input stream? Nobody XML 3 05-09-2006 09:56 PM
How to GET multi-word input from a *file* stream as opposed to a *console* stream? sherifffruitfly@gmail.com C++ 9 04-27-2006 04:14 PM
XML Parser with input stream advance and parse interuption options? Thomas Engelmeier XML 0 11-30-2004 05:02 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57