You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi,
Can anyone help me out in clearing the contents of the fileupload
widget.
I mean for textbox we write textBox.setText("") to clear the content
of it, is there anyway to clear the FIleupload also.
Thanks in Advance
rahul
Thomas Broyer
unread,
Dec 22, 2011, 5:12:57 AM12/22/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
The only way to clear an <input type=file> (or FileUpload widget in GWT) is to reset() the enclosing form (FormPanel). If that's not possible, then you'll have to replace the FileUpload with a newly created one (this is what I did years ago, works great)