> 1. User selects a file using the FileUpload widget.
> 2. GWT client requests the filename and filepath of the file selected
> from the FileUpload widget.
fileUpload.getFilename should return the filename including the
absolute path. So you "only" need to separate the two parts
using indexOf and substring.
Regards, Lothar
Maybe you can achieve something accessing DOM directly. At least
the full path shows up in the text-field of the FileUpload-widget
in Firefox as well.
Regards, Lothar