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

· 10년 전 · 1434

<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,444
10년 전 조회 1,331
10년 전 조회 1,407
10년 전 조회 1,441
10년 전 조회 1,424
10년 전 조회 1,485
10년 전 조회 1,465
10년 전 조회 1,416
10년 전 조회 1,419
10년 전 조회 1,465
10년 전 조회 1,440
10년 전 조회 1,530
10년 전 조회 1,428
10년 전 조회 1,381
10년 전 조회 1,353
10년 전 조회 1,383
10년 전 조회 1,399
10년 전 조회 1,398
10년 전 조회 1,422
10년 전 조회 1,366
10년 전 조회 1,432
10년 전 조회 1,367
10년 전 조회 1,465
10년 전 조회 1,553
10년 전 조회 1,531
10년 전 조회 1,453
10년 전 조회 1,383
10년 전 조회 1,522
10년 전 조회 1,417
10년 전 조회 1,457
10년 전 조회 1,401
10년 전 조회 1,377
10년 전 조회 1,371
10년 전 조회 1,402
10년 전 조회 1,497
10년 전 조회 1,411
10년 전 조회 1,504
10년 전 조회 1,409
10년 전 조회 1,472
10년 전 조회 1,458
10년 전 조회 1,518
10년 전 조회 1,577
10년 전 조회 1,654
10년 전 조회 1,448
10년 전 조회 1,503
10년 전 조회 1,418
10년 전 조회 1,343
10년 전 조회 1,384
10년 전 조회 1,496
10년 전 조회 1,435
10년 전 조회 1,439
10년 전 조회 1,425
10년 전 조회 1,577
10년 전 조회 1,545
10년 전 조회 2,051
10년 전 조회 1,439
10년 전 조회 1,570
10년 전 조회 1,455
10년 전 조회 1,794
10년 전 조회 1,477
10년 전 조회 1,499
10년 전 조회 1,398
10년 전 조회 1,375
10년 전 조회 1,683
10년 전 조회 1,606
10년 전 조회 1,413
10년 전 조회 1,523
10년 전 조회 1,658
10년 전 조회 1,375
10년 전 조회 1,446
10년 전 조회 1,389
10년 전 조회 1,868
10년 전 조회 1,537
10년 전 조회 1,581
10년 전 조회 1,481
10년 전 조회 1,588
10년 전 조회 1,813
10년 전 조회 1,677
10년 전 조회 1,620
10년 전 조회 1,553
10년 전 조회 1,609
10년 전 조회 1,592
10년 전 조회 1,530
10년 전 조회 1,996
10년 전 조회 1,530
10년 전 조회 1,501
10년 전 조회 1,760
10년 전 조회 1,541
10년 전 조회 1,561
10년 전 조회 1,425
10년 전 조회 1,683
10년 전 조회 1,506
10년 전 조회 1,393
10년 전 조회 1,515
10년 전 조회 2,152
10년 전 조회 1,498
10년 전 조회 1,475
10년 전 조회 1,554
10년 전 조회 1,610
10년 전 조회 2,078