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

· 10년 전 · 1506

<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,511
10년 전 조회 1,406
10년 전 조회 1,470
10년 전 조회 1,519
10년 전 조회 1,485
10년 전 조회 1,562
10년 전 조회 1,523
10년 전 조회 1,492
10년 전 조회 1,488
10년 전 조회 1,531
10년 전 조회 1,513
10년 전 조회 1,587
10년 전 조회 1,504
10년 전 조회 1,448
10년 전 조회 1,420
10년 전 조회 1,437
10년 전 조회 1,473
10년 전 조회 1,457
10년 전 조회 1,480
10년 전 조회 1,432
10년 전 조회 1,497
10년 전 조회 1,441
10년 전 조회 1,517
10년 전 조회 1,608
10년 전 조회 1,594
10년 전 조회 1,521
10년 전 조회 1,445
10년 전 조회 1,581
10년 전 조회 1,475
10년 전 조회 1,513
10년 전 조회 1,461
10년 전 조회 1,446
10년 전 조회 1,432
10년 전 조회 1,463
10년 전 조회 1,565
10년 전 조회 1,481
10년 전 조회 1,573
10년 전 조회 1,477
10년 전 조회 1,541
10년 전 조회 1,522
10년 전 조회 1,580
10년 전 조회 1,651
10년 전 조회 1,723
10년 전 조회 1,522
10년 전 조회 1,578
10년 전 조회 1,485
10년 전 조회 1,413
10년 전 조회 1,456
10년 전 조회 1,574
10년 전 조회 1,507
10년 전 조회 1,522
10년 전 조회 1,497
10년 전 조회 1,659
10년 전 조회 1,629
10년 전 조회 2,124
10년 전 조회 1,517
10년 전 조회 1,636
10년 전 조회 1,535
10년 전 조회 1,865
10년 전 조회 1,544
10년 전 조회 1,567
10년 전 조회 1,456
10년 전 조회 1,443
10년 전 조회 1,769
10년 전 조회 1,685
10년 전 조회 1,483
10년 전 조회 1,594
10년 전 조회 1,743
10년 전 조회 1,441
10년 전 조회 1,527
10년 전 조회 1,462
10년 전 조회 1,941
10년 전 조회 1,621
10년 전 조회 1,666
10년 전 조회 1,552
10년 전 조회 1,664
10년 전 조회 1,882
10년 전 조회 1,760
10년 전 조회 1,706
10년 전 조회 1,638
10년 전 조회 1,679
10년 전 조회 1,680
10년 전 조회 1,635
10년 전 조회 2,089
10년 전 조회 1,626
10년 전 조회 1,577
10년 전 조회 1,834
10년 전 조회 1,626
10년 전 조회 1,654
10년 전 조회 1,516
10년 전 조회 1,783
10년 전 조회 1,602
10년 전 조회 1,479
10년 전 조회 1,605
10년 전 조회 2,238
10년 전 조회 1,587
10년 전 조회 1,558
10년 전 조회 1,656
10년 전 조회 1,698
10년 전 조회 2,168