DEXTUploadJ
DEXTUploadJ References > FileItem > Method > getValue

getValue Method

Version
1.0.1.0
Environment
Sun JDK1.4
Target
FileItem
Signature
public java.lang.String getValue()
Parameters
Return value
The whole name of uploaded file
Throws
Description

The whole name of uploaded file Returns the same value as getParameter() method of FileUpload object.

Usage
FileUpload fileUpload = new FileUpload(request, response);
FileItem item = fileUpload.getFileItem("upfile");

item.getValue();