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

· 10년 전 · 1158

<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,194
10년 전 조회 1,092
10년 전 조회 1,176
10년 전 조회 1,148
10년 전 조회 1,169
10년 전 조회 1,224
10년 전 조회 1,227
10년 전 조회 1,165
10년 전 조회 1,171
10년 전 조회 1,215
10년 전 조회 1,184
10년 전 조회 1,258
10년 전 조회 1,182
10년 전 조회 1,133
10년 전 조회 1,113
10년 전 조회 1,133
10년 전 조회 1,112
10년 전 조회 1,137
10년 전 조회 1,159
10년 전 조회 1,125
10년 전 조회 1,178
10년 전 조회 1,122
10년 전 조회 1,212
10년 전 조회 1,307
10년 전 조회 1,273
10년 전 조회 1,215
10년 전 조회 1,141
10년 전 조회 1,250
10년 전 조회 1,168
10년 전 조회 1,186
10년 전 조회 1,141
10년 전 조회 1,123
10년 전 조회 1,121
10년 전 조회 1,141
10년 전 조회 1,232
10년 전 조회 1,181
10년 전 조회 1,259
10년 전 조회 1,151
10년 전 조회 1,187
10년 전 조회 1,171
10년 전 조회 1,232
10년 전 조회 1,326
10년 전 조회 1,409
10년 전 조회 1,203
10년 전 조회 1,265
10년 전 조회 1,153
10년 전 조회 1,069
10년 전 조회 1,124
10년 전 조회 1,264
10년 전 조회 1,159
10년 전 조회 1,180
10년 전 조회 1,164
10년 전 조회 1,299
10년 전 조회 1,289
10년 전 조회 1,793
10년 전 조회 1,178
10년 전 조회 1,297
10년 전 조회 1,179
10년 전 조회 1,514
10년 전 조회 1,225
10년 전 조회 1,218
10년 전 조회 1,134
10년 전 조회 1,129
10년 전 조회 1,431
10년 전 조회 1,330
10년 전 조회 1,127
10년 전 조회 1,262
10년 전 조회 1,407
10년 전 조회 1,116
10년 전 조회 1,176
10년 전 조회 1,133
10년 전 조회 1,595
10년 전 조회 1,292
10년 전 조회 1,321
10년 전 조회 1,229
10년 전 조회 1,350
10년 전 조회 1,562
10년 전 조회 1,431
10년 전 조회 1,383
10년 전 조회 1,329
10년 전 조회 1,361
10년 전 조회 1,336
10년 전 조회 1,286
10년 전 조회 1,762
10년 전 조회 1,273
10년 전 조회 1,269
10년 전 조회 1,489
10년 전 조회 1,290
10년 전 조회 1,324
10년 전 조회 1,160
10년 전 조회 1,425
10년 전 조회 1,255
10년 전 조회 1,177
10년 전 조회 1,239
10년 전 조회 1,904
10년 전 조회 1,260
10년 전 조회 1,257
10년 전 조회 1,270
10년 전 조회 1,377
10년 전 조회 1,855