Hi. Can I show an Image introducing the path? For example, D:\Documents and Settings\photo.jpg
I found one function in gwt, Image imagen = new Image(url);
but you can include only the url (www). Is there any fuction in gxt?
You want to show an image that is on the users computer? Why dont you add a FileUploadField, let the user upload the image and than display it over http?
You cannot get the path cross browser. IE will fake it for example. You need to either upload it (which i would do) or add some bridge with flash for example.