Returns a byte array object containing information sent using the post request method to the specified request object.
Syntax
contentData( request )
request.contentData( )
Parameters
request
|
the request object to use.
|
Returns
bytearray
|
the byte array object containing information sent using the post request method.
null if none.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
icontent = Request( ).contentData( )
|