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

· 10년 전 · 1257

<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,319
10년 전 조회 1,204
10년 전 조회 1,290
10년 전 조회 1,277
10년 전 조회 1,299
10년 전 조회 1,349
10년 전 조회 1,341
10년 전 조회 1,295
10년 전 조회 1,291
10년 전 조회 1,326
10년 전 조회 1,309
10년 전 조회 1,386
10년 전 조회 1,301
10년 전 조회 1,250
10년 전 조회 1,232
10년 전 조회 1,255
10년 전 조회 1,259
10년 전 조회 1,260
10년 전 조회 1,276
10년 전 조회 1,230
10년 전 조회 1,294
10년 전 조회 1,224
10년 전 조회 1,324
10년 전 조회 1,414
10년 전 조회 1,382
10년 전 조회 1,320
10년 전 조회 1,242
10년 전 조회 1,365
10년 전 조회 1,263
10년 전 조회 1,306
10년 전 조회 1,254
10년 전 조회 1,220
10년 전 조회 1,217
10년 전 조회 1,239
10년 전 조회 1,319
10년 전 조회 1,273
10년 전 조회 1,349
10년 전 조회 1,257
10년 전 조회 1,300
10년 전 조회 1,285
10년 전 조회 1,345
10년 전 조회 1,429
10년 전 조회 1,499
10년 전 조회 1,294
10년 전 조회 1,359
10년 전 조회 1,245
10년 전 조회 1,173
10년 전 조회 1,222
10년 전 조회 1,343
10년 전 조회 1,258
10년 전 조회 1,268
10년 전 조회 1,252
10년 전 조회 1,400
10년 전 조회 1,377
10년 전 조회 1,883
10년 전 조회 1,274
10년 전 조회 1,390
10년 전 조회 1,280
10년 전 조회 1,617
10년 전 조회 1,312
10년 전 조회 1,318
10년 전 조회 1,221
10년 전 조회 1,221
10년 전 조회 1,520
10년 전 조회 1,431
10년 전 조회 1,235
10년 전 조회 1,338
10년 전 조회 1,507
10년 전 조회 1,201
10년 전 조회 1,261
10년 전 조회 1,216
10년 전 조회 1,691
10년 전 조회 1,374
10년 전 조회 1,408
10년 전 조회 1,309
10년 전 조회 1,426
10년 전 조회 1,647
10년 전 조회 1,521
10년 전 조회 1,460
10년 전 조회 1,410
10년 전 조회 1,436
10년 전 조회 1,416
10년 전 조회 1,373
10년 전 조회 1,837
10년 전 조회 1,357
10년 전 조회 1,344
10년 전 조회 1,577
10년 전 조회 1,370
10년 전 조회 1,403
10년 전 조회 1,249
10년 전 조회 1,518
10년 전 조회 1,333
10년 전 조회 1,242
10년 전 조회 1,337
10년 전 조회 1,987
10년 전 조회 1,352
10년 전 조회 1,326
10년 전 조회 1,376
10년 전 조회 1,453
10년 전 조회 1,925