Dear Adam,
Thanks for your reply.
I give you more info:
Here is an extract of a port scanner program, which captures the data from the client:
POST /test.php?create&contRep=T1&docId=40AB HTTP/1.0
Content-type:multipart/form-data; boundary=KoZIhvcNAQcB
Connection: close
Content-Length: 5216
--KoZIhvcNAQcB
Content-Disposition: form-data; filename="data"
X-compId: data
Content-Type: application/x-test
Content-Length: 4919
data data data ...........
As you can see after the request headers the entity headers follow then the data.
I need to parse the entity headers (data properties) and save the actual data in a file.
Can apache pass these infos to the php script !
Any idea.
Thanks again
Tony