Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
gwt file upload code

I want to use FileUpload in gwt without having a submit button next to this widget. For example: I press browse button to browse for the file I intend to upload. After I find the file and select it, I press the Open button. Now, is it possible to use this Open button to send the file to server instead of having another submit button.

share|improve this question

marked as duplicate by GrailsGuy, BNL, casperOne Oct 18 '12 at 14:07

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

Register a ChangeHandler on the FileUpload that submit()s the FormPanel.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.