zilvonias schrieb:

> 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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to