이지우 - 첨부파일 용량 500MB로 제한 증가
This commit is contained in:
parent
d400a2a8d6
commit
3af1962ff9
@ -198,8 +198,8 @@
|
||||
totFileSize = sizeData;
|
||||
sizeData = sizeData.toFixed(2);
|
||||
|
||||
if(totFileSize > 100){
|
||||
alert("첨부파일 크기가 100Mbyte를 넘었습니다.");
|
||||
if(totFileSize > 500){
|
||||
alert("첨부파일 크기가 500Mbyte를 넘었습니다.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@ -165,8 +165,8 @@ function jf_upload_set(fileName, reFileName, fileSize, fileType){
|
||||
var totFileSize = sizeData;
|
||||
sizeData = sizeData.toFixed(2);
|
||||
|
||||
if(totFileSize > 30){
|
||||
alert("첨부파일 크기가 30Mbyte를 넘었습니다.");
|
||||
if(totFileSize > 500){
|
||||
alert("첨부파일 크기가 500Mbyte를 넘었습니다.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@ -165,8 +165,8 @@ function jf_upload_set(fileName, reFileName, fileSize, fileType){
|
||||
var totFileSize = sizeData;
|
||||
sizeData = sizeData.toFixed(2);
|
||||
|
||||
if(totFileSize > 30){
|
||||
alert("첨부파일 크기가 30Mbyte를 넘었습니다.");
|
||||
if(totFileSize > 500){
|
||||
alert("첨부파일 크기가 500Mbyte를 넘었습니다.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@ -129,8 +129,8 @@ function jf_upload_set(fileName, reFileName, fileSize, fileType, copyContractYn)
|
||||
var totFileSize = sizeData;
|
||||
sizeData = sizeData.toFixed(2);
|
||||
|
||||
if(totFileSize > 30){
|
||||
alert("첨부파일 크기가 30Mbyte를 넘었습니다.");
|
||||
if(totFileSize > 500){
|
||||
alert("첨부파일 크기가 500Mbyte를 넘었습니다.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@ -72,8 +72,8 @@ function jf_upload_set(fileName, reFileName, fileSize, fileType){
|
||||
var totFileSize = sizeData;
|
||||
sizeData = sizeData.toFixed(2);
|
||||
|
||||
if(totFileSize > 30){
|
||||
alert("첨부파일 크기가 30Mbyte를 넘었습니다.");
|
||||
if(totFileSize > 500){
|
||||
alert("첨부파일 크기가 500Mbyte를 넘었습니다.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user