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

· 10년 전 · 1101

<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,129
10년 전 조회 1,024
10년 전 조회 1,111
10년 전 조회 1,084
10년 전 조회 1,107
10년 전 조회 1,161
10년 전 조회 1,154
10년 전 조회 1,098
10년 전 조회 1,112
10년 전 조회 1,162
10년 전 조회 1,119
10년 전 조회 1,196
10년 전 조회 1,133
10년 전 조회 1,066
10년 전 조회 1,049
10년 전 조회 1,064
10년 전 조회 1,048
10년 전 조회 1,076
10년 전 조회 1,105
10년 전 조회 1,055
10년 전 조회 1,127
10년 전 조회 1,058
10년 전 조회 1,168
10년 전 조회 1,249
10년 전 조회 1,210
10년 전 조회 1,159
10년 전 조회 1,078
10년 전 조회 1,190
10년 전 조회 1,103
10년 전 조회 1,139
10년 전 조회 1,080
10년 전 조회 1,061
10년 전 조회 1,064
10년 전 조회 1,087
10년 전 조회 1,187
10년 전 조회 1,126
10년 전 조회 1,213
10년 전 조회 1,098
10년 전 조회 1,125
10년 전 조회 1,114
10년 전 조회 1,180
10년 전 조회 1,268
10년 전 조회 1,346
10년 전 조회 1,144
10년 전 조회 1,221
10년 전 조회 1,102
10년 전 조회 1,022
10년 전 조회 1,077
10년 전 조회 1,214
10년 전 조회 1,102
10년 전 조회 1,116
10년 전 조회 1,111
10년 전 조회 1,248
10년 전 조회 1,237
10년 전 조회 1,750
10년 전 조회 1,138
10년 전 조회 1,247
10년 전 조회 1,138
10년 전 조회 1,466
10년 전 조회 1,178
10년 전 조회 1,159
10년 전 조회 1,094
10년 전 조회 1,083
10년 전 조회 1,380
10년 전 조회 1,273
10년 전 조회 1,085
10년 전 조회 1,190
10년 전 조회 1,355
10년 전 조회 1,072
10년 전 조회 1,113
10년 전 조회 1,091
10년 전 조회 1,546
10년 전 조회 1,240
10년 전 조회 1,265
10년 전 조회 1,188
10년 전 조회 1,312
10년 전 조회 1,505
10년 전 조회 1,397
10년 전 조회 1,324
10년 전 조회 1,284
10년 전 조회 1,311
10년 전 조회 1,284
10년 전 조회 1,226
10년 전 조회 1,702
10년 전 조회 1,203
10년 전 조회 1,216
10년 전 조회 1,428
10년 전 조회 1,237
10년 전 조회 1,270
10년 전 조회 1,105
10년 전 조회 1,374
10년 전 조회 1,192
10년 전 조회 1,120
10년 전 조회 1,173
10년 전 조회 1,857
10년 전 조회 1,194
10년 전 조회 1,207
10년 전 조회 1,204
10년 전 조회 1,315
10년 전 조회 1,799