Use this component to allow web application users to upload a file.
If a web application uses this component, it must be configured to use
com.sun.rave.web.ui.util.UploadFilter author: avk
Inner Class :class UploadedFileImpl implements UploadedFile
Converts the submitted value. Returns an object of type
UploadedFile.
Parameters: context - The FacesContext Parameters: value - An object representing the submitted value An Object representation of the value (ajava.lang.String or a java.io.File, depending on how thecomponent is configured