request:get-uploaded-file($upload-param-name as xs:string) item()?
Retrieve the Java file object where the file part of a multi-part request has been stored. Returns the empty sequence if the request is not a multi-part request or the parameter name does not point to a file part.
$upload-param-name
The parameter name
Deprecated: Deprecated in favour of get-uploaded-file-data()
This function could be removed at anytime during the 1.5 development and will be removed in the 1.6 release.