lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] how to upload file to web server


From: vincent cui
Subject: Re: [lwip-users] how to upload file to web server
Date: Thu, 26 Jul 2012 11:02:20 +0000

Now, I have written web server with socket API, which support POST and GET .
But it can't accept POST request with socket when file upload, I capture it 
with wireshark, it captures it in TCP level, not HTTP level  

-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Simon Goldschmidt
Sent: 2012年7月26日 18:45
To: Mailing list for lwIP users
Subject: Re: [lwip-users] how to upload file to web server

"Krzysztof Wesołowski" <address@hidden> wrote:
> I am receiving POST data with netconn api, its matter of reception
> logic, not used api. You must add POST request support to your server,
> starting with initial request line and using content sent after
> headers.

Have a look at the raw-API httpd in contrib/apps/httpserver_raw, it supports 
POST.

Simon

_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users

reply via email to

[Prev in Thread] Current Thread [Next in Thread]