CodeCharge Studio

getFile Method (Java)

Applies to

Page Object

Syntax

public UploadedFile getFile(java.lang.String name);

Return value

UploadedFile - a UploadedFile object representing the single file

Parameters

Name Type Description
name String A String specifying the name of the file.

Description

This method returns the UploadedFile object that represents an uploaded file, or null if the file has not been uploaded.


On-line, printable versions and updates