[En-Nut-Discussion] processing parameters with CGI-script
Canth
canth at skynet.be
Mon Aug 1 15:52:39 CEST 2005
Hi,
You need to use POST method instead of GET in your form.
> http://www.wdvl.com/Authoring/Scripting/Tutorial/post.html
Then, on the ethernut side, you must parse the response. Dont' forget
that different browsers will send you different response headers, so be
carefull for the extraction of content-length header value.
Michael De Backer
Le lundi 01 août 2005 à 12:28 +0200, Peter Sodermanns a écrit :
> Hi,
>
> based on the httpd-example, I made a form with up to 16 input fields,
> but on processing the values there is a limit of 271 bytes.
>
> How can I process strings longer than 271 bytes?
> Is it possible to divide the http request in several "lines"?
>
> Many thanks in advance
> Peter
> _______________________________________________
> En-Nut-Discussion mailing list
> En-Nut-Discussion at egnite.de
> http://www.egnite.de/mailman/listinfo.cgi/en-nut-discussion
>
More information about the En-Nut-Discussion
mailing list