COMING SOON 🚀

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

· 10년 전 · 1143

<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,175
10년 전 조회 1,067
10년 전 조회 1,154
10년 전 조회 1,130
10년 전 조회 1,148
10년 전 조회 1,192
10년 전 조회 1,201
10년 전 조회 1,139
10년 전 조회 1,142
10년 전 조회 1,196
10년 전 조회 1,163
10년 전 조회 1,240
10년 전 조회 1,168
10년 전 조회 1,115
10년 전 조회 1,093
10년 전 조회 1,103
10년 전 조회 1,096
10년 전 조회 1,115
10년 전 조회 1,143
10년 전 조회 1,108
10년 전 조회 1,164
10년 전 조회 1,095
10년 전 조회 1,199
10년 전 조회 1,283
10년 전 조회 1,257
10년 전 조회 1,193
10년 전 조회 1,116
10년 전 조회 1,239
10년 전 조회 1,147
10년 전 조회 1,174
10년 전 조회 1,123
10년 전 조회 1,104
10년 전 조회 1,102
10년 전 조회 1,122
10년 전 조회 1,217
10년 전 조회 1,158
10년 전 조회 1,246
10년 전 조회 1,142
10년 전 조회 1,165
10년 전 조회 1,155
10년 전 조회 1,208
10년 전 조회 1,314
10년 전 조회 1,391
10년 전 조회 1,187
10년 전 조회 1,256
10년 전 조회 1,143
10년 전 조회 1,052
10년 전 조회 1,110
10년 전 조회 1,244
10년 전 조회 1,144
10년 전 조회 1,162
10년 전 조회 1,153
10년 전 조회 1,285
10년 전 조회 1,274
10년 전 조회 1,785
10년 전 조회 1,172
10년 전 조회 1,279
10년 전 조회 1,165
10년 전 조회 1,501
10년 전 조회 1,211
10년 전 조회 1,201
10년 전 조회 1,125
10년 전 조회 1,114
10년 전 조회 1,416
10년 전 조회 1,310
10년 전 조회 1,116
10년 전 조회 1,238
10년 전 조회 1,385
10년 전 조회 1,102
10년 전 조회 1,165
10년 전 조회 1,119
10년 전 조회 1,578
10년 전 조회 1,277
10년 전 조회 1,307
10년 전 조회 1,217
10년 전 조회 1,342
10년 전 조회 1,547
10년 전 조회 1,422
10년 전 조회 1,365
10년 전 조회 1,315
10년 전 조회 1,351
10년 전 조회 1,322
10년 전 조회 1,274
10년 전 조회 1,741
10년 전 조회 1,258
10년 전 조회 1,254
10년 전 조회 1,476
10년 전 조회 1,276
10년 전 조회 1,310
10년 전 조회 1,147
10년 전 조회 1,412
10년 전 조회 1,240
10년 전 조회 1,164
10년 전 조회 1,218
10년 전 조회 1,894
10년 전 조회 1,238
10년 전 조회 1,245
10년 전 조회 1,255
10년 전 조회 1,362
10년 전 조회 1,845