David Lewis wrote:
> I've looked at the demo, which got me to come up with the following
> code, however it doesn't work yet.
>
> I get the PostDocument event, but it doesn't appear to progress to the
> PostedData event (I don't get any PostedData logs)
>
> Any thoughts that may fix me?
>From a
I've looked at the demo, which got me to come up with the following
code, however it doesn't work yet.
I get the PostDocument event, but it doesn't appear to progress to the
PostedData event (I don't get any PostedData logs)
Any thoughts that may fix me?
// Extract from setup:
#define
David Lewis wrote:
> I'm putting together a basic web server for a small application to
> communicate with.
>
> I have the GET event working as intended, but am having difficulty
> with
> the POST event.
>
> The event fires, but I can't seem to work out where to find the POST
> data...
>
> I t
I'm putting together a basic web server for a small application to
communicate with.
I have the GET event working as intended, but am having difficulty with
the POST event.
The event fires, but I can't seem to work out where to find the POST data...
I tried: ((THttpConnection *)Client)->Rece
Anybody knows where I can find a web server demo that can process posted
data? For example, I want to get all data posted from a web form and save to
database. The current one came with ICS components only shows how to process
a GET request.
Any help is appreciated. Thanks.
wang
--
To unsubscribe