BBjspWebRequest::getFileUploads (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, this method returns a BBjVector of BBjFileUpload objects that have been posted and available in a BBjspWebRequest object.
Syntax
Return Value |
Method |
getFileUploads() |
Parameters
None.
Return Value
Returns a BBjVector of BBjFileUpload objects
Remarks
The example below demonstrates how a BBjspWebRequest can be used to retrieve the details for all uploaded files.
Example
This example demonstrates how this works in a BBJSP servlet
class public MyServlet |