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

· 10년 전 · 1162

<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,200
10년 전 조회 1,102
10년 전 조회 1,183
10년 전 조회 1,156
10년 전 조회 1,178
10년 전 조회 1,236
10년 전 조회 1,233
10년 전 조회 1,171
10년 전 조회 1,175
10년 전 조회 1,223
10년 전 조회 1,195
10년 전 조회 1,268
10년 전 조회 1,193
10년 전 조회 1,135
10년 전 조회 1,117
10년 전 조회 1,143
10년 전 조회 1,117
10년 전 조회 1,148
10년 전 조회 1,162
10년 전 조회 1,134
10년 전 조회 1,188
10년 전 조회 1,130
10년 전 조회 1,217
10년 전 조회 1,311
10년 전 조회 1,277
10년 전 조회 1,220
10년 전 조회 1,147
10년 전 조회 1,256
10년 전 조회 1,176
10년 전 조회 1,186
10년 전 조회 1,153
10년 전 조회 1,125
10년 전 조회 1,127
10년 전 조회 1,145
10년 전 조회 1,236
10년 전 조회 1,184
10년 전 조회 1,265
10년 전 조회 1,162
10년 전 조회 1,193
10년 전 조회 1,172
10년 전 조회 1,234
10년 전 조회 1,333
10년 전 조회 1,412
10년 전 조회 1,209
10년 전 조회 1,269
10년 전 조회 1,156
10년 전 조회 1,073
10년 전 조회 1,131
10년 전 조회 1,266
10년 전 조회 1,163
10년 전 조회 1,185
10년 전 조회 1,168
10년 전 조회 1,305
10년 전 조회 1,292
10년 전 조회 1,798
10년 전 조회 1,179
10년 전 조회 1,302
10년 전 조회 1,186
10년 전 조회 1,519
10년 전 조회 1,228
10년 전 조회 1,222
10년 전 조회 1,138
10년 전 조회 1,131
10년 전 조회 1,433
10년 전 조회 1,334
10년 전 조회 1,128
10년 전 조회 1,268
10년 전 조회 1,415
10년 전 조회 1,119
10년 전 조회 1,180
10년 전 조회 1,138
10년 전 조회 1,600
10년 전 조회 1,297
10년 전 조회 1,324
10년 전 조회 1,232
10년 전 조회 1,354
10년 전 조회 1,563
10년 전 조회 1,434
10년 전 조회 1,388
10년 전 조회 1,332
10년 전 조회 1,364
10년 전 조회 1,342
10년 전 조회 1,290
10년 전 조회 1,766
10년 전 조회 1,277
10년 전 조회 1,274
10년 전 조회 1,493
10년 전 조회 1,292
10년 전 조회 1,332
10년 전 조회 1,169
10년 전 조회 1,432
10년 전 조회 1,258
10년 전 조회 1,182
10년 전 조회 1,247
10년 전 조회 1,907
10년 전 조회 1,263
10년 전 조회 1,264
10년 전 조회 1,278
10년 전 조회 1,380
10년 전 조회 1,859