Hi all,
i use Ext.ux.form.BrowseButton to select multi-file upload,but when i submit the form,only can catch 1 File ,how can i catch all i select file?
================
Code:
handler:function(){
var inputFileEl = butUpload.detachInputFile();
alert(inputFileEl.dom.name+'---'+inputFileEl.dom.value);
//the dom.name is same when i select multi-file ,but the dom.id is different
// in Firebug, i only see the last select file content in PostView
document.form1.submit();
}
somebody can help me?! 
If you understand chinese,can look the flow descript!
=======================================================
是这