BBjspWebRequest::getContentLength
Description
In BBj 16.0 and later, this method returns the size in bytes of the body in this BBjspWebRequest.
Syntax
Return Value |
Method |
int |
getContentLength() |
Parameters
None.
Return Value
an int value for the size
Remarks
None.
Example
This example demonstrates how this works in a BBJSP web-page
<html> |
This example demonstrates how this works in a BBJSP servlet
class public MyServlet |