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

· 10년 전 · 1483

<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,486
10년 전 조회 1,381
10년 전 조회 1,448
10년 전 조회 1,487
10년 전 조회 1,460
10년 전 조회 1,533
10년 전 조회 1,499
10년 전 조회 1,469
10년 전 조회 1,464
10년 전 조회 1,507
10년 전 조회 1,478
10년 전 조회 1,563
10년 전 조회 1,471
10년 전 조회 1,422
10년 전 조회 1,399
10년 전 조회 1,424
10년 전 조회 1,445
10년 전 조회 1,435
10년 전 조회 1,463
10년 전 조회 1,402
10년 전 조회 1,473
10년 전 조회 1,418
10년 전 조회 1,500
10년 전 조회 1,587
10년 전 조회 1,572
10년 전 조회 1,496
10년 전 조회 1,417
10년 전 조회 1,561
10년 전 조회 1,457
10년 전 조회 1,496
10년 전 조회 1,436
10년 전 조회 1,427
10년 전 조회 1,415
10년 전 조회 1,444
10년 전 조회 1,547
10년 전 조회 1,462
10년 전 조회 1,551
10년 전 조회 1,454
10년 전 조회 1,519
10년 전 조회 1,503
10년 전 조회 1,564
10년 전 조회 1,629
10년 전 조회 1,700
10년 전 조회 1,495
10년 전 조회 1,558
10년 전 조회 1,465
10년 전 조회 1,401
10년 전 조회 1,441
10년 전 조회 1,540
10년 전 조회 1,484
10년 전 조회 1,494
10년 전 조회 1,470
10년 전 조회 1,634
10년 전 조회 1,602
10년 전 조회 2,102
10년 전 조회 1,492
10년 전 조회 1,611
10년 전 조회 1,508
10년 전 조회 1,843
10년 전 조회 1,522
10년 전 조회 1,545
10년 전 조회 1,437
10년 전 조회 1,424
10년 전 조회 1,742
10년 전 조회 1,652
10년 전 조회 1,462
10년 전 조회 1,570
10년 전 조회 1,713
10년 전 조회 1,417
10년 전 조회 1,498
10년 전 조회 1,436
10년 전 조회 1,921
10년 전 조회 1,594
10년 전 조회 1,648
10년 전 조회 1,527
10년 전 조회 1,632
10년 전 조회 1,856
10년 전 조회 1,733
10년 전 조회 1,679
10년 전 조회 1,608
10년 전 조회 1,651
10년 전 조회 1,650
10년 전 조회 1,597
10년 전 조회 2,055
10년 전 조회 1,592
10년 전 조회 1,539
10년 전 조회 1,808
10년 전 조회 1,599
10년 전 조회 1,629
10년 전 조회 1,487
10년 전 조회 1,751
10년 전 조회 1,565
10년 전 조회 1,447
10년 전 조회 1,567
10년 전 조회 2,213
10년 전 조회 1,554
10년 전 조회 1,526
10년 전 조회 1,618
10년 전 조회 1,671
10년 전 조회 2,136