On Nov 24, 9:45 am, Thomas Broyer <[email protected]> wrote: > On Nov 24, 2:03 pm, Parasuraman <[email protected]> > wrote: > > > Hi All, > > > I want to change the browse.. button option available in the > > FileUpload of GWT. Browse button option should be localized in the > > FileUpload.. How do i localized?? > > The same as you localize an <input type=file> in HTML; i.e. you just > can't (this is seen as a security feature: you can't mislead the user; > there's also the argument that not all browsers render an <input > type=file> as a textbox or label –to display the selected file's name > and/or path– and a "browse" button, a browser could actually –per > spec– render it the way it wants) That's right. For example, Apple Safari provides only a "Choose File" button. I have seen bizarre ways of overlapping <div>s and using z-order to fake styling of file upload widgets, but you'll never get GWT do it. Probably, you should accept the widget as it is, and style the page around it.
-- 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.
