COMING SOON 🚀

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

· 10년 전 · 1127

<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,159
10년 전 조회 1,049
10년 전 조회 1,141
10년 전 조회 1,114
10년 전 조회 1,135
10년 전 조회 1,181
10년 전 조회 1,183
10년 전 조회 1,125
10년 전 조회 1,130
10년 전 조회 1,186
10년 전 조회 1,144
10년 전 조회 1,226
10년 전 조회 1,154
10년 전 조회 1,099
10년 전 조회 1,077
10년 전 조회 1,086
10년 전 조회 1,068
10년 전 조회 1,103
10년 전 조회 1,129
10년 전 조회 1,086
10년 전 조회 1,148
10년 전 조회 1,083
10년 전 조회 1,190
10년 전 조회 1,272
10년 전 조회 1,243
10년 전 조회 1,179
10년 전 조회 1,104
10년 전 조회 1,226
10년 전 조회 1,131
10년 전 조회 1,164
10년 전 조회 1,105
10년 전 조회 1,084
10년 전 조회 1,086
10년 전 조회 1,109
10년 전 조회 1,203
10년 전 조회 1,151
10년 전 조회 1,241
10년 전 조회 1,127
10년 전 조회 1,154
10년 전 조회 1,146
10년 전 조회 1,194
10년 전 조회 1,299
10년 전 조회 1,380
10년 전 조회 1,175
10년 전 조회 1,242
10년 전 조회 1,130
10년 전 조회 1,047
10년 전 조회 1,097
10년 전 조회 1,234
10년 전 조회 1,128
10년 전 조회 1,145
10년 전 조회 1,135
10년 전 조회 1,271
10년 전 조회 1,258
10년 전 조회 1,773
10년 전 조회 1,164
10년 전 조회 1,267
10년 전 조회 1,155
10년 전 조회 1,486
10년 전 조회 1,204
10년 전 조회 1,186
10년 전 조회 1,113
10년 전 조회 1,107
10년 전 조회 1,404
10년 전 조회 1,296
10년 전 조회 1,104
10년 전 조회 1,221
10년 전 조회 1,375
10년 전 조회 1,091
10년 전 조회 1,152
10년 전 조회 1,109
10년 전 조회 1,568
10년 전 조회 1,267
10년 전 조회 1,296
10년 전 조회 1,207
10년 전 조회 1,332
10년 전 조회 1,536
10년 전 조회 1,417
10년 전 조회 1,352
10년 전 조회 1,308
10년 전 조회 1,335
10년 전 조회 1,310
10년 전 조회 1,259
10년 전 조회 1,724
10년 전 조회 1,241
10년 전 조회 1,241
10년 전 조회 1,462
10년 전 조회 1,261
10년 전 조회 1,296
10년 전 조회 1,132
10년 전 조회 1,394
10년 전 조회 1,224
10년 전 조회 1,147
10년 전 조회 1,204
10년 전 조회 1,882
10년 전 조회 1,223
10년 전 조회 1,232
10년 전 조회 1,231
10년 전 조회 1,350
10년 전 조회 1,829