Parsing a Text File

X0nic

New member
Joined
May 29, 2003
Messages
1
Does anyone know how to parse a file for a delimiter such as ------324df. Then process the following line to determine if the data following should be skipped, or writen to its own file. IE

---------------------0978efg78
ContentDisposition: ***filename=****

****************************
*********fileData*************
****************************
---------------------0978efg78
ContentDisposition: ***textbox1=****

Its a raw httpRequest stream, and i need to parse it myself.

Anyhelp would be great,
Thanks
 
Back
Top