|
-
Aug 10th, 2009, 08:25 AM
#1
Thread Starter
Frenzied Member
HttpWebResponse/WebResponse and MultiPart file data
Does anyone know of any built mechanic in the framework for parsing a mutlti part response?
There has to be something somewhere because System.Web.HttpRequest obviously has the Files property...
THe reason I'm asking is that I have an application that uses Http to request and recieve XML data as well as multipart responses containing file data.
I have code that parses the http multi part resonse, but I think there may be a bug, and it seems like it would be a lot easier if I could simply use the same .net framework code that is used to file the HttpFileCollection of System.Web.HttpRequest...
Anyone have any info?
Magiaus
If I helped give me some points.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|