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

· 10년 전 · 1388

<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,405
10년 전 조회 1,295
10년 전 조회 1,374
10년 전 조회 1,394
10년 전 조회 1,392
10년 전 조회 1,437
10년 전 조회 1,428
10년 전 조회 1,380
10년 전 조회 1,380
10년 전 조회 1,431
10년 전 조회 1,402
10년 전 조회 1,492
10년 전 조회 1,396
10년 전 조회 1,355
10년 전 조회 1,330
10년 전 조회 1,351
10년 전 조회 1,363
10년 전 조회 1,364
10년 전 조회 1,384
10년 전 조회 1,334
10년 전 조회 1,396
10년 전 조회 1,327
10년 전 조회 1,430
10년 전 조회 1,521
10년 전 조회 1,490
10년 전 조회 1,422
10년 전 조회 1,349
10년 전 조회 1,477
10년 전 조회 1,370
10년 전 조회 1,422
10년 전 조회 1,362
10년 전 조회 1,340
10년 전 조회 1,332
10년 전 조회 1,356
10년 전 조회 1,455
10년 전 조회 1,377
10년 전 조회 1,463
10년 전 조회 1,378
10년 전 조회 1,426
10년 전 조회 1,412
10년 전 조회 1,473
10년 전 조회 1,537
10년 전 조회 1,608
10년 전 조회 1,417
10년 전 조회 1,462
10년 전 조회 1,371
10년 전 조회 1,290
10년 전 조회 1,340
10년 전 조회 1,456
10년 전 조회 1,389
10년 전 조회 1,393
10년 전 조회 1,375
10년 전 조회 1,526
10년 전 조회 1,498
10년 전 조회 1,997
10년 전 조회 1,391
10년 전 조회 1,526
10년 전 조회 1,408
10년 전 조회 1,742
10년 전 조회 1,432
10년 전 조회 1,457
10년 전 조회 1,354
10년 전 조회 1,331
10년 전 조회 1,631
10년 전 조회 1,553
10년 전 조회 1,358
10년 전 조회 1,469
10년 전 조회 1,615
10년 전 조회 1,324
10년 전 조회 1,391
10년 전 조회 1,340
10년 전 조회 1,821
10년 전 조회 1,493
10년 전 조회 1,527
10년 전 조회 1,428
10년 전 조회 1,535
10년 전 조회 1,758
10년 전 조회 1,628
10년 전 조회 1,567
10년 전 조회 1,517
10년 전 조회 1,561
10년 전 조회 1,547
10년 전 조회 1,494
10년 전 조회 1,954
10년 전 조회 1,472
10년 전 조회 1,445
10년 전 조회 1,712
10년 전 조회 1,489
10년 전 조회 1,512
10년 전 조회 1,367
10년 전 조회 1,646
10년 전 조회 1,446
10년 전 조회 1,350
10년 전 조회 1,468
10년 전 조회 2,114
10년 전 조회 1,455
10년 전 조회 1,433
10년 전 조회 1,505
10년 전 조회 1,565
10년 전 조회 2,034