COMING SOON 🚀

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

· 10년 전 · 1150

<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,184
10년 전 조회 1,081
10년 전 조회 1,165
10년 전 조회 1,139
10년 전 조회 1,156
10년 전 조회 1,207
10년 전 조회 1,214
10년 전 조회 1,152
10년 전 조회 1,159
10년 전 조회 1,208
10년 전 조회 1,169
10년 전 조회 1,249
10년 전 조회 1,173
10년 전 조회 1,123
10년 전 조회 1,102
10년 전 조회 1,115
10년 전 조회 1,101
10년 전 조회 1,122
10년 전 조회 1,150
10년 전 조회 1,116
10년 전 조회 1,174
10년 전 조회 1,105
10년 전 조회 1,206
10년 전 조회 1,291
10년 전 조회 1,265
10년 전 조회 1,204
10년 전 조회 1,127
10년 전 조회 1,247
10년 전 조회 1,156
10년 전 조회 1,180
10년 전 조회 1,133
10년 전 조회 1,112
10년 전 조회 1,109
10년 전 조회 1,128
10년 전 조회 1,224
10년 전 조회 1,165
10년 전 조회 1,253
10년 전 조회 1,146
10년 전 조회 1,176
10년 전 조회 1,164
10년 전 조회 1,223
10년 전 조회 1,320
10년 전 조회 1,398
10년 전 조회 1,195
10년 전 조회 1,260
10년 전 조회 1,149
10년 전 조회 1,065
10년 전 조회 1,116
10년 전 조회 1,253
10년 전 조회 1,151
10년 전 조회 1,170
10년 전 조회 1,159
10년 전 조회 1,290
10년 전 조회 1,279
10년 전 조회 1,790
10년 전 조회 1,175
10년 전 조회 1,288
10년 전 조회 1,172
10년 전 조회 1,507
10년 전 조회 1,216
10년 전 조회 1,209
10년 전 조회 1,131
10년 전 조회 1,120
10년 전 조회 1,421
10년 전 조회 1,320
10년 전 조회 1,120
10년 전 조회 1,249
10년 전 조회 1,395
10년 전 조회 1,107
10년 전 조회 1,172
10년 전 조회 1,124
10년 전 조회 1,585
10년 전 조회 1,285
10년 전 조회 1,309
10년 전 조회 1,222
10년 전 조회 1,344
10년 전 조회 1,552
10년 전 조회 1,425
10년 전 조회 1,371
10년 전 조회 1,321
10년 전 조회 1,354
10년 전 조회 1,332
10년 전 조회 1,280
10년 전 조회 1,752
10년 전 조회 1,264
10년 전 조회 1,261
10년 전 조회 1,479
10년 전 조회 1,283
10년 전 조회 1,315
10년 전 조회 1,151
10년 전 조회 1,418
10년 전 조회 1,246
10년 전 조회 1,174
10년 전 조회 1,227
10년 전 조회 1,897
10년 전 조회 1,247
10년 전 조회 1,253
10년 전 조회 1,262
10년 전 조회 1,368
10년 전 조회 1,847