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

· 10년 전 · 1296

<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,356
10년 전 조회 1,239
10년 전 조회 1,322
10년 전 조회 1,324
10년 전 조회 1,340
10년 전 조회 1,386
10년 전 조회 1,373
10년 전 조회 1,321
10년 전 조회 1,324
10년 전 조회 1,369
10년 전 조회 1,344
10년 전 조회 1,431
10년 전 조회 1,343
10년 전 조회 1,292
10년 전 조회 1,270
10년 전 조회 1,293
10년 전 조회 1,305
10년 전 조회 1,305
10년 전 조회 1,323
10년 전 조회 1,268
10년 전 조회 1,328
10년 전 조회 1,264
10년 전 조회 1,369
10년 전 조회 1,454
10년 전 조회 1,425
10년 전 조회 1,358
10년 전 조회 1,273
10년 전 조회 1,399
10년 전 조회 1,297
10년 전 조회 1,347
10년 전 조회 1,293
10년 전 조회 1,261
10년 전 조회 1,251
10년 전 조회 1,283
10년 전 조회 1,360
10년 전 조회 1,302
10년 전 조회 1,387
10년 전 조회 1,301
10년 전 조회 1,345
10년 전 조회 1,324
10년 전 조회 1,389
10년 전 조회 1,467
10년 전 조회 1,532
10년 전 조회 1,328
10년 전 조회 1,387
10년 전 조회 1,282
10년 전 조회 1,203
10년 전 조회 1,248
10년 전 조회 1,381
10년 전 조회 1,297
10년 전 조회 1,302
10년 전 조회 1,287
10년 전 조회 1,450
10년 전 조회 1,410
10년 전 조회 1,918
10년 전 조회 1,311
10년 전 조회 1,430
10년 전 조회 1,318
10년 전 조회 1,653
10년 전 조회 1,346
10년 전 조회 1,359
10년 전 조회 1,262
10년 전 조회 1,262
10년 전 조회 1,565
10년 전 조회 1,462
10년 전 조회 1,270
10년 전 조회 1,381
10년 전 조회 1,535
10년 전 조회 1,240
10년 전 조회 1,293
10년 전 조회 1,248
10년 전 조회 1,736
10년 전 조회 1,402
10년 전 조회 1,444
10년 전 조회 1,346
10년 전 조회 1,459
10년 전 조회 1,679
10년 전 조회 1,542
10년 전 조회 1,486
10년 전 조회 1,437
10년 전 조회 1,467
10년 전 조회 1,454
10년 전 조회 1,401
10년 전 조회 1,867
10년 전 조회 1,389
10년 전 조회 1,370
10년 전 조회 1,607
10년 전 조회 1,404
10년 전 조회 1,430
10년 전 조회 1,282
10년 전 조회 1,552
10년 전 조회 1,361
10년 전 조회 1,274
10년 전 조회 1,385
10년 전 조회 2,019
10년 전 조회 1,380
10년 전 조회 1,361
10년 전 조회 1,411
10년 전 조회 1,484
10년 전 조회 1,954