Board index » delphi » How to get posteddata in IdHTTPServer?

How to get posteddata in IdHTTPServer?


2005-07-23 03:04:50 AM
delphi23
Hi
How do I do to get the posteddata passed from a web client in
idHTTPServer1 component? Iīm seeing IdHTTPServer1.ContentLength, but I
donīt know how to get it ...
Rafael Colucci
 
 

Re:How to get posteddata in IdHTTPServer?

"Rafael Colucci" <XXXX@XXXXX.COM>writes
Quote
How do I do to get the posteddata passed from a web
client in idHTTPServer1 component?
What data are you trying to get at exactly? Different types of posted data
are handled in different ways.
Gambit
 

Re:How to get posteddata in IdHTTPServer?

Hi Remy!
I founded the solution .. what i needed is to program
IdHTTPServerCreatePostStream event ... I needed to get the POST data
from a POST request ... but thanks!!
Rafael colucci
Remy Lebeau (TeamB) writes:
Quote
"Rafael Colucci" <XXXX@XXXXX.COM>writes
news:42e142f0$XXXX@XXXXX.COM...


>How do I do to get the posteddata passed from a web
>client in idHTTPServer1 component?


What data are you trying to get at exactly? Different types of posted data
are handled in different ways.


Gambit