COMING SOON 🚀

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

· 10년 전 · 1120

<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,155
10년 전 조회 1,044
10년 전 조회 1,134
10년 전 조회 1,112
10년 전 조회 1,131
10년 전 조회 1,176
10년 전 조회 1,178
10년 전 조회 1,122
10년 전 조회 1,128
10년 전 조회 1,183
10년 전 조회 1,142
10년 전 조회 1,224
10년 전 조회 1,151
10년 전 조회 1,097
10년 전 조회 1,074
10년 전 조회 1,080
10년 전 조회 1,067
10년 전 조회 1,096
10년 전 조회 1,125
10년 전 조회 1,082
10년 전 조회 1,145
10년 전 조회 1,077
10년 전 조회 1,190
10년 전 조회 1,270
10년 전 조회 1,239
10년 전 조회 1,176
10년 전 조회 1,102
10년 전 조회 1,219
10년 전 조회 1,126
10년 전 조회 1,159
10년 전 조회 1,100
10년 전 조회 1,082
10년 전 조회 1,083
10년 전 조회 1,106
10년 전 조회 1,200
10년 전 조회 1,148
10년 전 조회 1,235
10년 전 조회 1,121
10년 전 조회 1,150
10년 전 조회 1,142
10년 전 조회 1,193
10년 전 조회 1,298
10년 전 조회 1,375
10년 전 조회 1,170
10년 전 조회 1,237
10년 전 조회 1,123
10년 전 조회 1,045
10년 전 조회 1,095
10년 전 조회 1,230
10년 전 조회 1,121
10년 전 조회 1,142
10년 전 조회 1,132
10년 전 조회 1,269
10년 전 조회 1,257
10년 전 조회 1,767
10년 전 조회 1,161
10년 전 조회 1,263
10년 전 조회 1,152
10년 전 조회 1,484
10년 전 조회 1,196
10년 전 조회 1,183
10년 전 조회 1,111
10년 전 조회 1,105
10년 전 조회 1,400
10년 전 조회 1,291
10년 전 조회 1,103
10년 전 조회 1,216
10년 전 조회 1,373
10년 전 조회 1,085
10년 전 조회 1,150
10년 전 조회 1,105
10년 전 조회 1,565
10년 전 조회 1,263
10년 전 조회 1,291
10년 전 조회 1,206
10년 전 조회 1,329
10년 전 조회 1,532
10년 전 조회 1,414
10년 전 조회 1,346
10년 전 조회 1,303
10년 전 조회 1,332
10년 전 조회 1,305
10년 전 조회 1,256
10년 전 조회 1,720
10년 전 조회 1,237
10년 전 조회 1,237
10년 전 조회 1,459
10년 전 조회 1,260
10년 전 조회 1,294
10년 전 조회 1,127
10년 전 조회 1,393
10년 전 조회 1,219
10년 전 조회 1,144
10년 전 조회 1,202
10년 전 조회 1,880
10년 전 조회 1,218
10년 전 조회 1,228
10년 전 조회 1,226
10년 전 조회 1,344
10년 전 조회 1,824