Clearing cache of fileupload widget.

826 Aufrufe
Direkt zur ersten ungelesenen Nachricht

Rahul Sharma

ungelesen,
22.12.2011, 00:59:3622.12.11
an 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

ungelesen,
22.12.2011, 05:12:5722.12.11
an 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)
Allen antworten
Antwort an Autor
Weiterleiten
0 neue Nachrichten