Method Read()
Syntax
:Read() --> cData
Return
Any data sent to the Server by the Browser.
Description
In general, this Method should never be called manually.
During initialization of the aprCGI Class, the Read Buffer is read, stored and cleared.
Attempting to use the :Read() Method again usually hangs the process and the Server until the Server releases the process with a timeout.
It is exposed and documented here only to provide advanced use, such as streaming data, bidirectional communications, etc.
The extent of the :Read() Method has not been fully tested and should be carefully test on the developer's "Test Server" prior to any release to a production environment.
See Also:
![]() |