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

· 10년 전 · 1423

<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,433
10년 전 조회 1,320
10년 전 조회 1,396
10년 전 조회 1,430
10년 전 조회 1,417
10년 전 조회 1,467
10년 전 조회 1,451
10년 전 조회 1,406
10년 전 조회 1,410
10년 전 조회 1,456
10년 전 조회 1,430
10년 전 조회 1,517
10년 전 조회 1,421
10년 전 조회 1,374
10년 전 조회 1,345
10년 전 조회 1,372
10년 전 조회 1,390
10년 전 조회 1,391
10년 전 조회 1,408
10년 전 조회 1,358
10년 전 조회 1,426
10년 전 조회 1,355
10년 전 조회 1,455
10년 전 조회 1,542
10년 전 조회 1,517
10년 전 조회 1,439
10년 전 조회 1,373
10년 전 조회 1,510
10년 전 조회 1,402
10년 전 조회 1,447
10년 전 조회 1,393
10년 전 조회 1,371
10년 전 조회 1,366
10년 전 조회 1,392
10년 전 조회 1,484
10년 전 조회 1,404
10년 전 조회 1,497
10년 전 조회 1,401
10년 전 조회 1,452
10년 전 조회 1,448
10년 전 조회 1,504
10년 전 조회 1,562
10년 전 조회 1,639
10년 전 조회 1,443
10년 전 조회 1,494
10년 전 조회 1,409
10년 전 조회 1,327
10년 전 조회 1,373
10년 전 조회 1,490
10년 전 조회 1,424
10년 전 조회 1,425
10년 전 조회 1,414
10년 전 조회 1,566
10년 전 조회 1,532
10년 전 조회 2,037
10년 전 조회 1,426
10년 전 조회 1,559
10년 전 조회 1,443
10년 전 조회 1,779
10년 전 조회 1,463
10년 전 조회 1,488
10년 전 조회 1,381
10년 전 조회 1,359
10년 전 조회 1,673
10년 전 조회 1,597
10년 전 조회 1,402
10년 전 조회 1,510
10년 전 조회 1,649
10년 전 조회 1,364
10년 전 조회 1,426
10년 전 조회 1,379
10년 전 조회 1,855
10년 전 조회 1,526
10년 전 조회 1,567
10년 전 조회 1,465
10년 전 조회 1,568
10년 전 조회 1,797
10년 전 조회 1,665
10년 전 조회 1,603
10년 전 조회 1,547
10년 전 조회 1,597
10년 전 조회 1,576
10년 전 조회 1,519
10년 전 조회 1,984
10년 전 조회 1,518
10년 전 조회 1,482
10년 전 조회 1,744
10년 전 조회 1,520
10년 전 조회 1,542
10년 전 조회 1,411
10년 전 조회 1,671
10년 전 조회 1,487
10년 전 조회 1,376
10년 전 조회 1,498
10년 전 조회 2,137
10년 전 조회 1,485
10년 전 조회 1,463
10년 전 조회 1,539
10년 전 조회 1,594
10년 전 조회 2,063