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

· 10년 전 · 1418

<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,428
10년 전 조회 1,316
10년 전 조회 1,393
10년 전 조회 1,422
10년 전 조회 1,412
10년 전 조회 1,458
10년 전 조회 1,444
10년 전 조회 1,401
10년 전 조회 1,406
10년 전 조회 1,452
10년 전 조회 1,424
10년 전 조회 1,514
10년 전 조회 1,416
10년 전 조회 1,373
10년 전 조회 1,343
10년 전 조회 1,368
10년 전 조회 1,384
10년 전 조회 1,387
10년 전 조회 1,403
10년 전 조회 1,355
10년 전 조회 1,418
10년 전 조회 1,352
10년 전 조회 1,453
10년 전 조회 1,539
10년 전 조회 1,513
10년 전 조회 1,436
10년 전 조회 1,368
10년 전 조회 1,503
10년 전 조회 1,397
10년 전 조회 1,443
10년 전 조회 1,386
10년 전 조회 1,365
10년 전 조회 1,359
10년 전 조회 1,385
10년 전 조회 1,479
10년 전 조회 1,402
10년 전 조회 1,491
10년 전 조회 1,394
10년 전 조회 1,452
10년 전 조회 1,442
10년 전 조회 1,500
10년 전 조회 1,557
10년 전 조회 1,633
10년 전 조회 1,440
10년 전 조회 1,490
10년 전 조회 1,404
10년 전 조회 1,322
10년 전 조회 1,362
10년 전 조회 1,486
10년 전 조회 1,419
10년 전 조회 1,422
10년 전 조회 1,413
10년 전 조회 1,561
10년 전 조회 1,525
10년 전 조회 2,031
10년 전 조회 1,420
10년 전 조회 1,553
10년 전 조회 1,439
10년 전 조회 1,775
10년 전 조회 1,460
10년 전 조회 1,484
10년 전 조회 1,378
10년 전 조회 1,352
10년 전 조회 1,668
10년 전 조회 1,593
10년 전 조회 1,395
10년 전 조회 1,502
10년 전 조회 1,645
10년 전 조회 1,355
10년 전 조회 1,421
10년 전 조회 1,371
10년 전 조회 1,846
10년 전 조회 1,522
10년 전 조회 1,560
10년 전 조회 1,462
10년 전 조회 1,564
10년 전 조회 1,785
10년 전 조회 1,656
10년 전 조회 1,596
10년 전 조회 1,543
10년 전 조회 1,593
10년 전 조회 1,570
10년 전 조회 1,517
10년 전 조회 1,980
10년 전 조회 1,509
10년 전 조회 1,477
10년 전 조회 1,741
10년 전 조회 1,518
10년 전 조회 1,539
10년 전 조회 1,401
10년 전 조회 1,664
10년 전 조회 1,483
10년 전 조회 1,371
10년 전 조회 1,494
10년 전 조회 2,135
10년 전 조회 1,478
10년 전 조회 1,458
10년 전 조회 1,533
10년 전 조회 1,589
10년 전 조회 2,056