COMING SOON 🚀

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

· 10년 전 · 1155

<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,189
10년 전 조회 1,088
10년 전 조회 1,174
10년 전 조회 1,143
10년 전 조회 1,162
10년 전 조회 1,215
10년 전 조회 1,224
10년 전 조회 1,162
10년 전 조회 1,167
10년 전 조회 1,213
10년 전 조회 1,180
10년 전 조회 1,254
10년 전 조회 1,180
10년 전 조회 1,128
10년 전 조회 1,107
10년 전 조회 1,128
10년 전 조회 1,109
10년 전 조회 1,134
10년 전 조회 1,157
10년 전 조회 1,125
10년 전 조회 1,177
10년 전 조회 1,116
10년 전 조회 1,210
10년 전 조회 1,300
10년 전 조회 1,270
10년 전 조회 1,211
10년 전 조회 1,138
10년 전 조회 1,248
10년 전 조회 1,163
10년 전 조회 1,185
10년 전 조회 1,140
10년 전 조회 1,117
10년 전 조회 1,118
10년 전 조회 1,140
10년 전 조회 1,231
10년 전 조회 1,175
10년 전 조회 1,256
10년 전 조회 1,149
10년 전 조회 1,185
10년 전 조회 1,170
10년 전 조회 1,232
10년 전 조회 1,322
10년 전 조회 1,407
10년 전 조회 1,200
10년 전 조회 1,262
10년 전 조회 1,151
10년 전 조회 1,067
10년 전 조회 1,122
10년 전 조회 1,261
10년 전 조회 1,156
10년 전 조회 1,176
10년 전 조회 1,161
10년 전 조회 1,293
10년 전 조회 1,287
10년 전 조회 1,792
10년 전 조회 1,177
10년 전 조회 1,295
10년 전 조회 1,176
10년 전 조회 1,511
10년 전 조회 1,221
10년 전 조회 1,214
10년 전 조회 1,133
10년 전 조회 1,126
10년 전 조회 1,429
10년 전 조회 1,325
10년 전 조회 1,124
10년 전 조회 1,260
10년 전 조회 1,404
10년 전 조회 1,114
10년 전 조회 1,174
10년 전 조회 1,128
10년 전 조회 1,592
10년 전 조회 1,289
10년 전 조회 1,316
10년 전 조회 1,229
10년 전 조회 1,350
10년 전 조회 1,557
10년 전 조회 1,427
10년 전 조회 1,376
10년 전 조회 1,327
10년 전 조회 1,359
10년 전 조회 1,336
10년 전 조회 1,284
10년 전 조회 1,759
10년 전 조회 1,272
10년 전 조회 1,268
10년 전 조회 1,487
10년 전 조회 1,289
10년 전 조회 1,322
10년 전 조회 1,156
10년 전 조회 1,422
10년 전 조회 1,252
10년 전 조회 1,177
10년 전 조회 1,236
10년 전 조회 1,901
10년 전 조회 1,257
10년 전 조회 1,255
10년 전 조회 1,267
10년 전 조회 1,374
10년 전 조회 1,850