* Filemanager: Fix not working file upload in IE

This commit is contained in:
Hadi Nategh 2014-09-09 12:59:06 +00:00
parent 2a4e77f382
commit c651fa269a

View File

@ -439,7 +439,8 @@ var et2_file = et2_inputWidget.extend(
this.resumable.removeFile(this.resumable.files[i]);
}
var event = new Event('upload');
var event = jQuery.Event('upload');
event.data = this;
var result = false;