Re: HTTP POST

2008-02-12 Thread cpghost
On Tue, Feb 12, 2008 at 07:57:14AM +0100, Wojciech Puchar wrote: >> If it is the bytes on the network, I have no answer. > > bytes on network. i want to write my own www server, actually i already > wrote, with working everything except post. It is definitely fun, but why won't you use www/light

Re: HTTP POST

2008-02-11 Thread Olivier Nicole
> bytes on network. i want to write my own www server, actually i already > wrote, with working everything except post. > > things got much nicer than using apache+cgi, it's 100 times simpler and > faster to have it all in single program > > when it will have this tested, i will make cutdown ve

Re: HTTP POST

2008-02-11 Thread Wojciech Puchar
If it is the bytes on the network, I have no answer. bytes on network. i want to write my own www server, actually i already wrote, with working everything except post. things got much nicer than using apache+cgi, it's 100 times simpler and faster to have it all in single program when it

Re: HTTP POST

2008-02-11 Thread Olivier Nicole
Hi, > my program gets from the browser: This part is not explicit enough. How is that what you get? Are they the bytes on the network between your browser and the HTTP server? Are they data decoded by your program? If it is the bytes on the network, I have no answer. If it is the data decoded

Re: HTTP POST

2008-02-11 Thread cpghost
On Mon, Feb 11, 2008 at 05:43:23PM +0100, Wojciech Puchar wrote: > 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.. hos

HTTP POST

2008-02-11 Thread Wojciech Puchar
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