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() returns abc.psr in firefox and returns G:\abc.psr in IE. I would always like to get the path name along with the file name . How can I achieve this? Ques2) Is it possible for me to get the unix pathname with a file name instead of Windows? I am using Windows but instead of G:\abc.psr I would like to see /home/aa20/abc.psr Thanks for your help. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
