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

· 10년 전 · 1245

<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,315
10년 전 조회 1,200
10년 전 조회 1,282
10년 전 조회 1,270
10년 전 조회 1,289
10년 전 조회 1,342
10년 전 조회 1,332
10년 전 조회 1,290
10년 전 조회 1,285
10년 전 조회 1,316
10년 전 조회 1,301
10년 전 조회 1,380
10년 전 조회 1,294
10년 전 조회 1,242
10년 전 조회 1,227
10년 전 조회 1,248
10년 전 조회 1,249
10년 전 조회 1,251
10년 전 조회 1,268
10년 전 조회 1,223
10년 전 조회 1,287
10년 전 조회 1,220
10년 전 조회 1,319
10년 전 조회 1,406
10년 전 조회 1,377
10년 전 조회 1,313
10년 전 조회 1,237
10년 전 조회 1,358
10년 전 조회 1,257
10년 전 조회 1,295
10년 전 조회 1,251
10년 전 조회 1,215
10년 전 조회 1,210
10년 전 조회 1,237
10년 전 조회 1,313
10년 전 조회 1,265
10년 전 조회 1,342
10년 전 조회 1,249
10년 전 조회 1,296
10년 전 조회 1,282
10년 전 조회 1,333
10년 전 조회 1,422
10년 전 조회 1,494
10년 전 조회 1,288
10년 전 조회 1,355
10년 전 조회 1,241
10년 전 조회 1,163
10년 전 조회 1,214
10년 전 조회 1,340
10년 전 조회 1,246
10년 전 조회 1,259
10년 전 조회 1,251
10년 전 조회 1,397
10년 전 조회 1,374
10년 전 조회 1,878
10년 전 조회 1,271
10년 전 조회 1,378
10년 전 조회 1,271
10년 전 조회 1,611
10년 전 조회 1,304
10년 전 조회 1,313
10년 전 조회 1,216
10년 전 조회 1,213
10년 전 조회 1,509
10년 전 조회 1,430
10년 전 조회 1,228
10년 전 조회 1,334
10년 전 조회 1,501
10년 전 조회 1,194
10년 전 조회 1,258
10년 전 조회 1,209
10년 전 조회 1,688
10년 전 조회 1,372
10년 전 조회 1,403
10년 전 조회 1,303
10년 전 조회 1,422
10년 전 조회 1,640
10년 전 조회 1,515
10년 전 조회 1,456
10년 전 조회 1,407
10년 전 조회 1,432
10년 전 조회 1,412
10년 전 조회 1,368
10년 전 조회 1,832
10년 전 조회 1,350
10년 전 조회 1,340
10년 전 조회 1,569
10년 전 조회 1,367
10년 전 조회 1,400
10년 전 조회 1,243
10년 전 조회 1,512
10년 전 조회 1,328
10년 전 조회 1,239
10년 전 조회 1,331
10년 전 조회 1,983
10년 전 조회 1,344
10년 전 조회 1,322
10년 전 조회 1,368
10년 전 조회 1,445
10년 전 조회 1,921