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

· 10년 전 · 1175

<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,217
10년 전 조회 1,114
10년 전 조회 1,195
10년 전 조회 1,176
10년 전 조회 1,196
10년 전 조회 1,250
10년 전 조회 1,254
10년 전 조회 1,191
10년 전 조회 1,194
10년 전 조회 1,237
10년 전 조회 1,211
10년 전 조회 1,289
10년 전 조회 1,203
10년 전 조회 1,158
10년 전 조회 1,139
10년 전 조회 1,156
10년 전 조회 1,133
10년 전 조회 1,158
10년 전 조회 1,176
10년 전 조회 1,150
10년 전 조회 1,207
10년 전 조회 1,142
10년 전 조회 1,235
10년 전 조회 1,320
10년 전 조회 1,294
10년 전 조회 1,243
10년 전 조회 1,158
10년 전 조회 1,276
10년 전 조회 1,191
10년 전 조회 1,199
10년 전 조회 1,165
10년 전 조회 1,132
10년 전 조회 1,138
10년 전 조회 1,153
10년 전 조회 1,252
10년 전 조회 1,193
10년 전 조회 1,271
10년 전 조회 1,174
10년 전 조회 1,200
10년 전 조회 1,193
10년 전 조회 1,246
10년 전 조회 1,342
10년 전 조회 1,422
10년 전 조회 1,215
10년 전 조회 1,278
10년 전 조회 1,164
10년 전 조회 1,084
10년 전 조회 1,139
10년 전 조회 1,274
10년 전 조회 1,176
10년 전 조회 1,192
10년 전 조회 1,179
10년 전 조회 1,316
10년 전 조회 1,297
10년 전 조회 1,808
10년 전 조회 1,198
10년 전 조회 1,308
10년 전 조회 1,196
10년 전 조회 1,532
10년 전 조회 1,238
10년 전 조회 1,230
10년 전 조회 1,148
10년 전 조회 1,139
10년 전 조회 1,444
10년 전 조회 1,348
10년 전 조회 1,141
10년 전 조회 1,274
10년 전 조회 1,427
10년 전 조회 1,125
10년 전 조회 1,193
10년 전 조회 1,147
10년 전 조회 1,614
10년 전 조회 1,306
10년 전 조회 1,329
10년 전 조회 1,246
10년 전 조회 1,364
10년 전 조회 1,571
10년 전 조회 1,441
10년 전 조회 1,400
10년 전 조회 1,341
10년 전 조회 1,377
10년 전 조회 1,352
10년 전 조회 1,300
10년 전 조회 1,770
10년 전 조회 1,287
10년 전 조회 1,282
10년 전 조회 1,503
10년 전 조회 1,304
10년 전 조회 1,348
10년 전 조회 1,181
10년 전 조회 1,448
10년 전 조회 1,266
10년 전 조회 1,191
10년 전 조회 1,257
10년 전 조회 1,918
10년 전 조회 1,279
10년 전 조회 1,278
10년 전 조회 1,289
10년 전 조회 1,395
10년 전 조회 1,865