This commit is contained in:
parent
e94dc9b4ac
commit
c9fc093fdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -9,7 +9,7 @@
|
||||||
if (ul.attr("data-isimage") == "1" && "png,jpg,gif".indexOf(fext) < 0) {
|
if (ul.attr("data-isimage") == "1" && "png,jpg,gif".indexOf(fext) < 0) {
|
||||||
$(f).val("");
|
$(f).val("");
|
||||||
msg("이미지파일만 첨부할 수 있습니다.");
|
msg("이미지파일만 첨부할 수 있습니다.");
|
||||||
} else if (",xlsx,xls,hwp,pdf,zip,jpg,gif,png,txt,pptx,ppt,doc,docx,psd,mp4,mp3.wmv".indexOf("," + fext + ",") < 0) {
|
} else if (",xlsx,xls,hwp,pdf,zip,jpg,gif,png,txt,pptx,ppt,doc,docx,psd,mp4,mp3,wmv,".indexOf("," + fext + ",") < 0) {
|
||||||
$(f).val("");
|
$(f).val("");
|
||||||
msg("허용된 파일유형이 아닙니다.(" + fext + ")");
|
msg("허용된 파일유형이 아닙니다.(" + fext + ")");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue