Searched refs:uploadFileIndex (Results 1 – 1 of 1) sorted by relevance
570 uploadFileIndex = 0;574 uploadSoFile(soFileList[uploadFileIndex]).then();996 let uploadFileIndex: number = 0; variable1013 let lastFile = uploadFileIndex === soFileList.length - 1 ? 1 : 0;1022 soFileList[uploadFileIndex] = null;1033 if (uploadFileIndex < soFileList.length - 1) {1034 uploadFileIndex = uploadFileIndex + 1;1035 uploadSoFile(soFileList[uploadFileIndex]).then();