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

· 10년 전 · 1165

<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,207
10년 전 조회 1,105
10년 전 조회 1,186
10년 전 조회 1,161
10년 전 조회 1,185
10년 전 조회 1,241
10년 전 조회 1,237
10년 전 조회 1,175
10년 전 조회 1,182
10년 전 조회 1,230
10년 전 조회 1,200
10년 전 조회 1,272
10년 전 조회 1,195
10년 전 조회 1,143
10년 전 조회 1,122
10년 전 조회 1,147
10년 전 조회 1,121
10년 전 조회 1,150
10년 전 조회 1,165
10년 전 조회 1,138
10년 전 조회 1,192
10년 전 조회 1,132
10년 전 조회 1,222
10년 전 조회 1,314
10년 전 조회 1,281
10년 전 조회 1,229
10년 전 조회 1,149
10년 전 조회 1,262
10년 전 조회 1,181
10년 전 조회 1,191
10년 전 조회 1,155
10년 전 조회 1,129
10년 전 조회 1,131
10년 전 조회 1,147
10년 전 조회 1,240
10년 전 조회 1,189
10년 전 조회 1,267
10년 전 조회 1,166
10년 전 조회 1,195
10년 전 조회 1,176
10년 전 조회 1,236
10년 전 조회 1,335
10년 전 조회 1,413
10년 전 조회 1,212
10년 전 조회 1,270
10년 전 조회 1,157
10년 전 조회 1,077
10년 전 조회 1,132
10년 전 조회 1,268
10년 전 조회 1,166
10년 전 조회 1,185
10년 전 조회 1,171
10년 전 조회 1,308
10년 전 조회 1,294
10년 전 조회 1,800
10년 전 조회 1,187
10년 전 조회 1,303
10년 전 조회 1,186
10년 전 조회 1,521
10년 전 조회 1,229
10년 전 조회 1,224
10년 전 조회 1,142
10년 전 조회 1,133
10년 전 조회 1,433
10년 전 조회 1,338
10년 전 조회 1,132
10년 전 조회 1,272
10년 전 조회 1,417
10년 전 조회 1,120
10년 전 조회 1,184
10년 전 조회 1,139
10년 전 조회 1,603
10년 전 조회 1,299
10년 전 조회 1,325
10년 전 조회 1,234
10년 전 조회 1,356
10년 전 조회 1,565
10년 전 조회 1,434
10년 전 조회 1,391
10년 전 조회 1,334
10년 전 조회 1,367
10년 전 조회 1,346
10년 전 조회 1,292
10년 전 조회 1,768
10년 전 조회 1,280
10년 전 조회 1,276
10년 전 조회 1,494
10년 전 조회 1,297
10년 전 조회 1,338
10년 전 조회 1,174
10년 전 조회 1,436
10년 전 조회 1,260
10년 전 조회 1,182
10년 전 조회 1,249
10년 전 조회 1,910
10년 전 조회 1,268
10년 전 조회 1,268
10년 전 조회 1,280
10년 전 조회 1,385
10년 전 조회 1,860