Hi,
I am trying to send Form information from a seperate program I have written:
I used the header:
Content-Type: multipart/form-data

But php complains with this error:
Warning:  There should have been a "boundary=something" in the Content-Type string in 
test.asp on line 327(<-- Line # allways different too!)

Can someone tell me what the proper header to send is?
I looked at HTTP1.1 protocol page, but it just refers to multipart/form-data but does 
not actuall show it in an example with Content-Type.
Thanks,
Chris

Reply via email to