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

· 10년 전 · 1169

<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,216
10년 전 조회 1,113
10년 전 조회 1,194
10년 전 조회 1,175
10년 전 조회 1,194
10년 전 조회 1,248
10년 전 조회 1,249
10년 전 조회 1,188
10년 전 조회 1,191
10년 전 조회 1,236
10년 전 조회 1,209
10년 전 조회 1,282
10년 전 조회 1,200
10년 전 조회 1,154
10년 전 조회 1,137
10년 전 조회 1,154
10년 전 조회 1,133
10년 전 조회 1,156
10년 전 조회 1,174
10년 전 조회 1,147
10년 전 조회 1,204
10년 전 조회 1,138
10년 전 조회 1,233
10년 전 조회 1,319
10년 전 조회 1,292
10년 전 조회 1,241
10년 전 조회 1,154
10년 전 조회 1,274
10년 전 조회 1,189
10년 전 조회 1,197
10년 전 조회 1,164
10년 전 조회 1,130
10년 전 조회 1,135
10년 전 조회 1,152
10년 전 조회 1,249
10년 전 조회 1,190
10년 전 조회 1,271
10년 전 조회 1,171
10년 전 조회 1,199
10년 전 조회 1,192
10년 전 조회 1,244
10년 전 조회 1,339
10년 전 조회 1,420
10년 전 조회 1,215
10년 전 조회 1,277
10년 전 조회 1,164
10년 전 조회 1,079
10년 전 조회 1,139
10년 전 조회 1,273
10년 전 조회 1,170
10년 전 조회 1,190
10년 전 조회 1,179
10년 전 조회 1,315
10년 전 조회 1,296
10년 전 조회 1,808
10년 전 조회 1,198
10년 전 조회 1,307
10년 전 조회 1,193
10년 전 조회 1,530
10년 전 조회 1,235
10년 전 조회 1,227
10년 전 조회 1,147
10년 전 조회 1,137
10년 전 조회 1,442
10년 전 조회 1,347
10년 전 조회 1,138
10년 전 조회 1,273
10년 전 조회 1,425
10년 전 조회 1,125
10년 전 조회 1,192
10년 전 조회 1,145
10년 전 조회 1,610
10년 전 조회 1,305
10년 전 조회 1,327
10년 전 조회 1,245
10년 전 조회 1,362
10년 전 조회 1,568
10년 전 조회 1,440
10년 전 조회 1,398
10년 전 조회 1,341
10년 전 조회 1,376
10년 전 조회 1,351
10년 전 조회 1,298
10년 전 조회 1,770
10년 전 조회 1,287
10년 전 조회 1,282
10년 전 조회 1,501
10년 전 조회 1,302
10년 전 조회 1,346
10년 전 조회 1,178
10년 전 조회 1,445
10년 전 조회 1,264
10년 전 조회 1,191
10년 전 조회 1,255
10년 전 조회 1,915
10년 전 조회 1,277
10년 전 조회 1,277
10년 전 조회 1,285
10년 전 조회 1,393
10년 전 조회 1,864