HTTP POST

Wojciech Puchar wojtek at wojtek.tensor.gdynia.pl
Mon Feb 11 16:44:46 UTC 2008


anyone could help me in implementing it properly in my program?

i have no problems with GET and HEAD. with POST i have.

page is simple form just to upload image. it has one field TYPE=file 
NAME=P and submit button.


my program gets from the browser:


all browser data etc.. hostname
POST URL HTTP/1.1
<empty line here>
P=<filename>


and that's all, no image data

when browser will put image data, or what should be replied to do this.

i have HTTP RFC, but possibly didn't RTFM right.


More information about the freebsd-questions mailing list