BBjHttpRequest::getFileUploads (Deprecated)
BBjHttpRequest::getFileUploads is deprecated for BBj 21.00 and higher, and has been replaced by BBxServletRequest::getFileUploads.
Description
In BBj 14.00 and higher, this method returns a BBjVector of BBjFileUpload objects that have been posted and available in a BBjHttpRequest object.
Syntax
Return Value |
Method |
getFileUploads() |
Parameters
None.
Return Value
Returns aBBjVector.
Remarks
The example below demonstrates how a servlet can retrieve the details for uploaded files.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.