특정 파일형태만 업로드 하기 입니다.

· 10년 전 · 1098

<HTML>
<HEAD>
<META NAME="Author" CONTENT="JASKO">

<SCRIPT LANGUAGE="JavaScript">
<!--
extArray = new Array(".gif", ".jpg", ".png");
function LimitAttach(form, file) {
allowSubmit = false;
if (!file) return;
while (file.indexOf("") != -1)
file = file.slice(file.indexOf("") + 1);
ext = file.slice(file.indexOf(".")).toLowerCase();
for (var i = 0; i < extArray.length; i++) {
if (extArray[i] == ext) { allowSubmit = true; break; }
}
if (allowSubmit) form.submit();
else
alert("아래 형태의 파일만 업로드 할 수 있습니다:  "
+ (extArray.join("  ")) + "n다시 선택 해 주세요");
}
//-->
</script>

</HEAD>

<BODY>

<center>
아래 파일들만 업로드 할 수 있습니다
<script>
document.write(extArray.join("  "));
</script>
<p>

<form method=post name=upform action="../../result,html" enctype="multipart/form-data">
 <input type=file name=uploadfile>
<p>
<input type=button name="Submit" value=" 전송 " onclick="LimitAttach(this.form, this.form.uploadfile.value)">
 </form>


</center>

</BODY>
</HTML>

|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
10년 전 조회 1,129
10년 전 조회 1,023
10년 전 조회 1,111
10년 전 조회 1,078
10년 전 조회 1,106
10년 전 조회 1,159
10년 전 조회 1,152
10년 전 조회 1,096
10년 전 조회 1,112
10년 전 조회 1,160
10년 전 조회 1,117
10년 전 조회 1,194
10년 전 조회 1,131
10년 전 조회 1,064
10년 전 조회 1,048
10년 전 조회 1,064
10년 전 조회 1,044
10년 전 조회 1,074
10년 전 조회 1,101
10년 전 조회 1,051
10년 전 조회 1,126
10년 전 조회 1,056
10년 전 조회 1,167
10년 전 조회 1,247
10년 전 조회 1,208
10년 전 조회 1,159
10년 전 조회 1,073
10년 전 조회 1,188
10년 전 조회 1,101
10년 전 조회 1,137
10년 전 조회 1,079
10년 전 조회 1,060
10년 전 조회 1,060
10년 전 조회 1,086
10년 전 조회 1,186
10년 전 조회 1,124
10년 전 조회 1,210
10년 전 조회 1,096
10년 전 조회 1,121
10년 전 조회 1,112
10년 전 조회 1,175
10년 전 조회 1,266
10년 전 조회 1,344
10년 전 조회 1,140
10년 전 조회 1,217
10년 전 조회 1,100
10년 전 조회 1,019
10년 전 조회 1,075
10년 전 조회 1,212
10년 전 조회 1,099
10년 전 조회 1,113
10년 전 조회 1,110
10년 전 조회 1,246
10년 전 조회 1,236
10년 전 조회 1,745
10년 전 조회 1,138
10년 전 조회 1,245
10년 전 조회 1,136
10년 전 조회 1,466
10년 전 조회 1,176
10년 전 조회 1,156
10년 전 조회 1,092
10년 전 조회 1,080
10년 전 조회 1,375
10년 전 조회 1,270
10년 전 조회 1,085
10년 전 조회 1,187
10년 전 조회 1,350
10년 전 조회 1,070
10년 전 조회 1,108
10년 전 조회 1,088
10년 전 조회 1,544
10년 전 조회 1,238
10년 전 조회 1,263
10년 전 조회 1,186
10년 전 조회 1,309
10년 전 조회 1,503
10년 전 조회 1,396
10년 전 조회 1,320
10년 전 조회 1,281
10년 전 조회 1,307
10년 전 조회 1,283
10년 전 조회 1,225
10년 전 조회 1,698
10년 전 조회 1,197
10년 전 조회 1,216
10년 전 조회 1,427
10년 전 조회 1,234
10년 전 조회 1,265
10년 전 조회 1,102
10년 전 조회 1,370
10년 전 조회 1,191
10년 전 조회 1,118
10년 전 조회 1,171
10년 전 조회 1,853
10년 전 조회 1,192
10년 전 조회 1,198
10년 전 조회 1,196
10년 전 조회 1,313
10년 전 조회 1,799