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 10:24:39 +0000

Hi Krzy:

I want to upload via web panel use POST with mime type . but my server can't 
capture the POST request in HTTP protocol. 
The web server is developed with SOCKET api, not RAW API ....
As you mean, I need receive file by RAW api once press upload button ?

Vincent 

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

> I develop a webserver with lwIP. Now, I need upload a file from PC to server
> by web. Do I use GET or POST method to do that ?

If you want to upload via web panel you use POST with mime type
multipart/form data.

Implement it or wathc on some working serwer and use wireshark to see basics ;)

Regards,
Krzysztof Wesołowski,

_______________________________________________
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]