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

· 10년 전 · 1242

<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,314
10년 전 조회 1,197
10년 전 조회 1,281
10년 전 조회 1,267
10년 전 조회 1,286
10년 전 조회 1,341
10년 전 조회 1,330
10년 전 조회 1,286
10년 전 조회 1,285
10년 전 조회 1,315
10년 전 조회 1,298
10년 전 조회 1,378
10년 전 조회 1,290
10년 전 조회 1,241
10년 전 조회 1,226
10년 전 조회 1,244
10년 전 조회 1,246
10년 전 조회 1,249
10년 전 조회 1,267
10년 전 조회 1,222
10년 전 조회 1,286
10년 전 조회 1,217
10년 전 조회 1,318
10년 전 조회 1,404
10년 전 조회 1,376
10년 전 조회 1,312
10년 전 조회 1,236
10년 전 조회 1,354
10년 전 조회 1,255
10년 전 조회 1,293
10년 전 조회 1,250
10년 전 조회 1,211
10년 전 조회 1,209
10년 전 조회 1,237
10년 전 조회 1,312
10년 전 조회 1,261
10년 전 조회 1,341
10년 전 조회 1,249
10년 전 조회 1,295
10년 전 조회 1,280
10년 전 조회 1,329
10년 전 조회 1,420
10년 전 조회 1,493
10년 전 조회 1,287
10년 전 조회 1,354
10년 전 조회 1,240
10년 전 조회 1,161
10년 전 조회 1,213
10년 전 조회 1,338
10년 전 조회 1,243
10년 전 조회 1,259
10년 전 조회 1,248
10년 전 조회 1,396
10년 전 조회 1,371
10년 전 조회 1,875
10년 전 조회 1,266
10년 전 조회 1,376
10년 전 조회 1,270
10년 전 조회 1,607
10년 전 조회 1,301
10년 전 조회 1,312
10년 전 조회 1,213
10년 전 조회 1,212
10년 전 조회 1,508
10년 전 조회 1,428
10년 전 조회 1,224
10년 전 조회 1,333
10년 전 조회 1,499
10년 전 조회 1,192
10년 전 조회 1,256
10년 전 조회 1,206
10년 전 조회 1,687
10년 전 조회 1,372
10년 전 조회 1,400
10년 전 조회 1,303
10년 전 조회 1,420
10년 전 조회 1,637
10년 전 조회 1,513
10년 전 조회 1,454
10년 전 조회 1,407
10년 전 조회 1,430
10년 전 조회 1,411
10년 전 조회 1,366
10년 전 조회 1,831
10년 전 조회 1,349
10년 전 조회 1,339
10년 전 조회 1,569
10년 전 조회 1,366
10년 전 조회 1,398
10년 전 조회 1,240
10년 전 조회 1,511
10년 전 조회 1,326
10년 전 조회 1,239
10년 전 조회 1,330
10년 전 조회 1,981
10년 전 조회 1,341
10년 전 조회 1,322
10년 전 조회 1,367
10년 전 조회 1,443
10년 전 조회 1,919