... var data = new FormData(); for (var i=0;i<t_files.length;i ){ data.append('file',t_files[i]); data.append('randomCode',fileId i); ...
確定! 回上一頁