X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fbootstrap%2FButtonUploader.js;h=11403e490b7634d5545b72f7dc7177a52e0d5f79;hp=7149c64c34d89b44126f8f42d9c101f24595f597;hb=ffd2ecda253e66cb596a7972eefcf7f930f9288a;hpb=8d1de3077fb6f5a5739ff1c5243721058071a526 diff --git a/Roo/bootstrap/ButtonUploader.js b/Roo/bootstrap/ButtonUploader.js index 7149c64c34..11403e490b 100644 --- a/Roo/bootstrap/ButtonUploader.js +++ b/Roo/bootstrap/ButtonUploader.js @@ -128,7 +128,7 @@ Roo.extend(Roo.bootstrap.ButtonUploader, Roo.bootstrap.Button, { return; } var files = Array.prototype.slice.call(this.selectorEl.dom.files); - this.selectorEl.dom.reset(); + this.selectorEl.dom.value = '';// hopefully reset.. this.fireEvent('uploaded', this, files );