Re: FileUpload widget path name

2010-01-01 Thread Anoop John
Hello Shivi. I already faced many issues with the file upload. I moved to gwtupload. This file name issue will be resolved by using this For more info go http://code.google.com/p/gwtupload/ On Dec 31 2009, 8:43 pm, El Mentecato Mayor wrote: > 1) As far as I remember, you won't be able to get the

Re: FileUpload widget path name

2009-12-31 Thread El Mentecato Mayor
1) As far as I remember, you won't be able to get the full path to the filename in all browsers on the client side. You can do it on the server-side (in your servlet). 2) I don't think you will be able to do that (assuming your G: drive is either mapped to a unix directory using samba maybe, or to

Re: FileUpload widget path name

2009-12-31 Thread El Mentecato Mayor
1) As far as I remember, you won't be able to get the full path to the filename in all browsers on the client side. You can do it on the server-side (in your servlet). 2) I don't think you will be able to do that (assuming your G: drive is either mapped to a unix directory using samba maybe, or to

FileUpload widget path name

2009-12-30 Thread Shivi
Hi I am trying to use the FileUpload widget and when I call the getFileName() method it returns me the filename without the path name in firefox. If I try the same in IE the method returns the filename along with the path. e.g: If I browse and select file abc.psr in G: drive . getFileName() ret