Author: andrei_exadel
Date: 2008-08-14 08:11:18 -0400 (Thu, 14 Aug 2008)
New Revision: 10091
Modified:
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/FileUpload.js
Log:
RF-4199
Modified:
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/FileUpload.js
===================================================================
---
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/FileUpload.js 2008-08-14
11:55:30 UTC (rev 10090)
+++
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/FileUpload.js 2008-08-14
12:11:18 UTC (rev 10091)
@@ -883,7 +883,7 @@
this.clear(this.activeEntry);
}
this.activeEntry = null;
- this.resetFrame();
+ //this.resetFrame();
},
updateViewState: function (state) {
@@ -948,6 +948,7 @@
if(this.events.onuploadcomplete) {
this.element.fire("rich:onuploadcomplete", {});
}
+ this.resetFrame();
}
this._updateEntriesState();
Show replies by date