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

· 10년 전 · 1183

<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,230
10년 전 조회 1,126
10년 전 조회 1,208
10년 전 조회 1,190
10년 전 조회 1,207
10년 전 조회 1,261
10년 전 조회 1,266
10년 전 조회 1,204
10년 전 조회 1,208
10년 전 조회 1,247
10년 전 조회 1,224
10년 전 조회 1,305
10년 전 조회 1,214
10년 전 조회 1,172
10년 전 조회 1,155
10년 전 조회 1,167
10년 전 조회 1,146
10년 전 조회 1,176
10년 전 조회 1,186
10년 전 조회 1,157
10년 전 조회 1,223
10년 전 조회 1,153
10년 전 조회 1,247
10년 전 조회 1,331
10년 전 조회 1,308
10년 전 조회 1,254
10년 전 조회 1,166
10년 전 조회 1,286
10년 전 조회 1,195
10년 전 조회 1,212
10년 전 조회 1,175
10년 전 조회 1,142
10년 전 조회 1,147
10년 전 조회 1,162
10년 전 조회 1,257
10년 전 조회 1,199
10년 전 조회 1,277
10년 전 조회 1,179
10년 전 조회 1,207
10년 전 조회 1,203
10년 전 조회 1,257
10년 전 조회 1,350
10년 전 조회 1,428
10년 전 조회 1,222
10년 전 조회 1,289
10년 전 조회 1,166
10년 전 조회 1,091
10년 전 조회 1,146
10년 전 조회 1,284
10년 전 조회 1,184
10년 전 조회 1,197
10년 전 조회 1,185
10년 전 조회 1,327
10년 전 조회 1,306
10년 전 조회 1,823
10년 전 조회 1,206
10년 전 조회 1,320
10년 전 조회 1,203
10년 전 조회 1,541
10년 전 조회 1,245
10년 전 조회 1,237
10년 전 조회 1,155
10년 전 조회 1,147
10년 전 조회 1,448
10년 전 조회 1,356
10년 전 조회 1,151
10년 전 조회 1,282
10년 전 조회 1,432
10년 전 조회 1,131
10년 전 조회 1,197
10년 전 조회 1,155
10년 전 조회 1,624
10년 전 조회 1,313
10년 전 조회 1,343
10년 전 조회 1,256
10년 전 조회 1,368
10년 전 조회 1,576
10년 전 조회 1,449
10년 전 조회 1,407
10년 전 조회 1,348
10년 전 조회 1,383
10년 전 조회 1,365
10년 전 조회 1,308
10년 전 조회 1,779
10년 전 조회 1,294
10년 전 조회 1,290
10년 전 조회 1,508
10년 전 조회 1,311
10년 전 조회 1,359
10년 전 조회 1,186
10년 전 조회 1,461
10년 전 조회 1,276
10년 전 조회 1,197
10년 전 조회 1,271
10년 전 조회 1,926
10년 전 조회 1,293
10년 전 조회 1,286
10년 전 조회 1,303
10년 전 조회 1,405
10년 전 조회 1,871