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

· 10년 전 · 1319

<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,371
10년 전 조회 1,258
10년 전 조회 1,340
10년 전 조회 1,348
10년 전 조회 1,360
10년 전 조회 1,407
10년 전 조회 1,396
10년 전 조회 1,336
10년 전 조회 1,347
10년 전 조회 1,396
10년 전 조회 1,363
10년 전 조회 1,454
10년 전 조회 1,359
10년 전 조회 1,318
10년 전 조회 1,289
10년 전 조회 1,313
10년 전 조회 1,324
10년 전 조회 1,319
10년 전 조회 1,339
10년 전 조회 1,291
10년 전 조회 1,342
10년 전 조회 1,285
10년 전 조회 1,390
10년 전 조회 1,483
10년 전 조회 1,444
10년 전 조회 1,378
10년 전 조회 1,296
10년 전 조회 1,422
10년 전 조회 1,318
10년 전 조회 1,373
10년 전 조회 1,316
10년 전 조회 1,292
10년 전 조회 1,276
10년 전 조회 1,311
10년 전 조회 1,386
10년 전 조회 1,324
10년 전 조회 1,410
10년 전 조회 1,325
10년 전 조회 1,373
10년 전 조회 1,352
10년 전 조회 1,417
10년 전 조회 1,492
10년 전 조회 1,556
10년 전 조회 1,355
10년 전 조회 1,411
10년 전 조회 1,304
10년 전 조회 1,229
10년 전 조회 1,275
10년 전 조회 1,403
10년 전 조회 1,320
10년 전 조회 1,329
10년 전 조회 1,317
10년 전 조회 1,478
10년 전 조회 1,442
10년 전 조회 1,947
10년 전 조회 1,335
10년 전 조회 1,465
10년 전 조회 1,354
10년 전 조회 1,681
10년 전 조회 1,374
10년 전 조회 1,393
10년 전 조회 1,289
10년 전 조회 1,283
10년 전 조회 1,585
10년 전 조회 1,488
10년 전 조회 1,298
10년 전 조회 1,406
10년 전 조회 1,559
10년 전 조회 1,267
10년 전 조회 1,322
10년 전 조회 1,273
10년 전 조회 1,757
10년 전 조회 1,426
10년 전 조회 1,465
10년 전 조회 1,367
10년 전 조회 1,486
10년 전 조회 1,702
10년 전 조회 1,568
10년 전 조회 1,515
10년 전 조회 1,462
10년 전 조회 1,492
10년 전 조회 1,478
10년 전 조회 1,430
10년 전 조회 1,892
10년 전 조회 1,414
10년 전 조회 1,392
10년 전 조회 1,640
10년 전 조회 1,426
10년 전 조회 1,457
10년 전 조회 1,312
10년 전 조회 1,578
10년 전 조회 1,383
10년 전 조회 1,300
10년 전 조회 1,410
10년 전 조회 2,055
10년 전 조회 1,406
10년 전 조회 1,385
10년 전 조회 1,444
10년 전 조회 1,514
10년 전 조회 1,984