In order to write the results to some other attribute, I need to get the full file name, i.e. path and file name, from a FileItem or UploadItem.
However, the respective getValue() methods only return the file name.
How do I get the rest?
(See also http://forums.smartclient.com/showthread.php?t=13593)
I'm using GWT 2.0.4 and SmartGWT2.3
However, the respective getValue() methods only return the file name.
How do I get the rest?
(See also http://forums.smartclient.com/showthread.php?t=13593)
I'm using GWT 2.0.4 and SmartGWT2.3
Comment