如何使用aui脚本找到上传的excel文件中的行数?
请在下面找到ajax电话。
我需要在这里找到excel表中的行数。
function uploadFile(){
event.preventDefault();
A.io.request('${fileUploadCSV}', {
method: 'post',
form: {
id: '<portlet:namespace />uploadForm',
upload: true,
},
on: {
complete : function(e){
console.log("complete");
}
}
});