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

· 10년 전 · 1105

<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,136
10년 전 조회 1,030
10년 전 조회 1,120
10년 전 조회 1,094
10년 전 조회 1,114
10년 전 조회 1,165
10년 전 조회 1,163
10년 전 조회 1,102
10년 전 조회 1,119
10년 전 조회 1,168
10년 전 조회 1,130
10년 전 조회 1,201
10년 전 조회 1,140
10년 전 조회 1,074
10년 전 조회 1,055
10년 전 조회 1,066
10년 전 조회 1,054
10년 전 조회 1,084
10년 전 조회 1,109
10년 전 조회 1,063
10년 전 조회 1,136
10년 전 조회 1,064
10년 전 조회 1,179
10년 전 조회 1,250
10년 전 조회 1,220
10년 전 조회 1,162
10년 전 조회 1,086
10년 전 조회 1,200
10년 전 조회 1,108
10년 전 조회 1,146
10년 전 조회 1,088
10년 전 조회 1,068
10년 전 조회 1,069
10년 전 조회 1,092
10년 전 조회 1,190
10년 전 조회 1,137
10년 전 조회 1,224
10년 전 조회 1,105
10년 전 조회 1,134
10년 전 조회 1,125
10년 전 조회 1,182
10년 전 조회 1,279
10년 전 조회 1,357
10년 전 조회 1,153
10년 전 조회 1,226
10년 전 조회 1,107
10년 전 조회 1,029
10년 전 조회 1,082
10년 전 조회 1,220
10년 전 조회 1,106
10년 전 조회 1,123
10년 전 조회 1,119
10년 전 조회 1,255
10년 전 조회 1,243
10년 전 조회 1,756
10년 전 조회 1,145
10년 전 조회 1,258
10년 전 조회 1,143
10년 전 조회 1,473
10년 전 조회 1,183
10년 전 조회 1,167
10년 전 조회 1,102
10년 전 조회 1,091
10년 전 조회 1,387
10년 전 조회 1,279
10년 전 조회 1,091
10년 전 조회 1,202
10년 전 조회 1,362
10년 전 조회 1,079
10년 전 조회 1,124
10년 전 조회 1,098
10년 전 조회 1,556
10년 전 조회 1,249
10년 전 조회 1,279
10년 전 조회 1,195
10년 전 조회 1,316
10년 전 조회 1,515
10년 전 조회 1,406
10년 전 조회 1,334
10년 전 조회 1,291
10년 전 조회 1,317
10년 전 조회 1,291
10년 전 조회 1,241
10년 전 조회 1,704
10년 전 조회 1,218
10년 전 조회 1,224
10년 전 조회 1,437
10년 전 조회 1,246
10년 전 조회 1,279
10년 전 조회 1,111
10년 전 조회 1,379
10년 전 조회 1,204
10년 전 조회 1,126
10년 전 조회 1,184
10년 전 조회 1,869
10년 전 조회 1,201
10년 전 조회 1,216
10년 전 조회 1,214
10년 전 조회 1,329
10년 전 조회 1,808