This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: httpd POST


"Adolfo Lucha" <Adolfo.Lucha@controlware.de> writes:

> Hi,
> 
> in the httpd code i found:
> 
>     /* Extract the filename and any form data being returned.
>      * We know that the "GET " request takes 4 bytes.
>      * TODO: handle POST type requests as well as GET's.
>      */
> 
> Dpes it means that POST is not handled by the actual httpd code?

Correct.

> 
> I want to have an update firmware feature though the web
> interface. For that I planed to design a form page with filename
> edit field and an "update" button. The file should be send using
> POST. Is it possible? Do I need a new httpd code?
> 

If you want to write the necessary code to handle the POST operation
then feel free to do so and contribute it back to the public sources.

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com      The eCos and RedBoot experts


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]