BBjHttpRequest::getFileUpload (Deprecated)
BBjHttpRequest::getFileUpload is deprecated for BBj 21.00 and higher, and has been replaced by BBxServletRequest::getFileUpload.
Description
In BBj 14.00 and higher, this method returns a BBjFileUpload object available in a BBjHttpRequest object.
Syntax
Return Value |
Method |
getFileUpload(string name) |
Parameters
Parameter |
Description |
name |
Specifies the name of the HTML form field element. |
Return Value
Returns aBBjFileUpload.
Remarks
The example below demonstrates how to upload a file to a servlet and get the associated BBjFileUploadObject by name.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.