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

· 10년 전 · 1234

<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,307
10년 전 조회 1,195
10년 전 조회 1,274
10년 전 조회 1,254
10년 전 조회 1,283
10년 전 조회 1,332
10년 전 조회 1,321
10년 전 조회 1,280
10년 전 조회 1,278
10년 전 조회 1,307
10년 전 조회 1,295
10년 전 조회 1,366
10년 전 조회 1,280
10년 전 조회 1,234
10년 전 조회 1,217
10년 전 조회 1,238
10년 전 조회 1,233
10년 전 조회 1,240
10년 전 조회 1,259
10년 전 조회 1,216
10년 전 조회 1,274
10년 전 조회 1,210
10년 전 조회 1,311
10년 전 조회 1,395
10년 전 조회 1,368
10년 전 조회 1,306
10년 전 조회 1,225
10년 전 조회 1,350
10년 전 조회 1,242
10년 전 조회 1,284
10년 전 조회 1,245
10년 전 조회 1,201
10년 전 조회 1,201
10년 전 조회 1,227
10년 전 조회 1,306
10년 전 조회 1,251
10년 전 조회 1,338
10년 전 조회 1,245
10년 전 조회 1,285
10년 전 조회 1,272
10년 전 조회 1,321
10년 전 조회 1,409
10년 전 조회 1,484
10년 전 조회 1,278
10년 전 조회 1,350
10년 전 조회 1,233
10년 전 조회 1,156
10년 전 조회 1,207
10년 전 조회 1,332
10년 전 조회 1,235
10년 전 조회 1,253
10년 전 조회 1,243
10년 전 조회 1,390
10년 전 조회 1,367
10년 전 조회 1,870
10년 전 조회 1,260
10년 전 조회 1,370
10년 전 조회 1,266
10년 전 조회 1,602
10년 전 조회 1,297
10년 전 조회 1,304
10년 전 조회 1,211
10년 전 조회 1,206
10년 전 조회 1,504
10년 전 조회 1,425
10년 전 조회 1,213
10년 전 조회 1,328
10년 전 조회 1,490
10년 전 조회 1,184
10년 전 조회 1,243
10년 전 조회 1,200
10년 전 조회 1,684
10년 전 조회 1,366
10년 전 조회 1,391
10년 전 조회 1,298
10년 전 조회 1,413
10년 전 조회 1,625
10년 전 조회 1,507
10년 전 조회 1,447
10년 전 조회 1,401
10년 전 조회 1,424
10년 전 조회 1,408
10년 전 조회 1,360
10년 전 조회 1,827
10년 전 조회 1,344
10년 전 조회 1,334
10년 전 조회 1,561
10년 전 조회 1,358
10년 전 조회 1,393
10년 전 조회 1,231
10년 전 조회 1,503
10년 전 조회 1,321
10년 전 조회 1,238
10년 전 조회 1,327
10년 전 조회 1,972
10년 전 조회 1,334
10년 전 조회 1,319
10년 전 조회 1,362
10년 전 조회 1,440
10년 전 조회 1,916