I have a FileUpload Widget.
FileUpload fileUpload = new FileUpload();
Window.alert(fileUpload.getFilename());
When I run in development mode using firefox then it alerts filename.doc
But when I run in development mode using chrome it alerts C:]fakepath\filename.doc
Anybody know its reason?