|
|
@ -508,11 +508,11 @@ |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
wrap.files.unshift(item); |
|
|
|
wrap.files.unshift(item); |
|
|
|
// BI.Msg.toast(value);
|
|
|
|
// BI.Msg.toast(value);
|
|
|
|
self.fireEvent(BI.File.EVENT_CHANGE, { |
|
|
|
|
|
|
|
file: item |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
self.fireEvent(BI.File.EVENT_CHANGE, { |
|
|
|
|
|
|
|
files: wrap.files |
|
|
|
|
|
|
|
}); |
|
|
|
input.value = ""; |
|
|
|
input.value = ""; |
|
|
|
wrap.dom.input.parentNode.replaceChild(input, wrap.dom.input); |
|
|
|
wrap.dom.input.parentNode.replaceChild(input, wrap.dom.input); |
|
|
|
wrap.dom.input = input; |
|
|
|
wrap.dom.input = input; |
|
|
|