thomasJang / axisj

javascript UI library
http://axisj.com/
GNU Lesser General Public License v2.1
310 stars 86 forks source link

500mb 파일을 업로드는 되는데 900mb 업로드시 정의되지 않음 또는 null 참조인 'substring' 속성을 가져올 수 없습니다. 오류가 생깁니다. #1011

Closed yeopee closed 3 years ago

yeopee commented 3 years ago

500 MB 이상 파일 업로드시 IE 11 에서 정의되지 않음 또는 null 참조인 'substring' 속성을 가져올 수 없습니다.

오류가 뜹니다. $.each(files, function(index, f){ // fileKey#oriFileNm#saveFileNm#ext#fileSize#filePath; fileInfo += f.saveName.substring(0, f.saveName.indexOf(f.type)) + "#" + f.name + "#"+ f.saveName + "#" + f.type

fileInfo 여기서 오류가 나네요