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

· 10년 전 · 1190

<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,244
10년 전 조회 1,135
10년 전 조회 1,221
10년 전 조회 1,205
10년 전 조회 1,213
10년 전 조회 1,271
10년 전 조회 1,272
10년 전 조회 1,216
10년 전 조회 1,216
10년 전 조회 1,258
10년 전 조회 1,233
10년 전 조회 1,317
10년 전 조회 1,227
10년 전 조회 1,182
10년 전 조회 1,163
10년 전 조회 1,178
10년 전 조회 1,159
10년 전 조회 1,185
10년 전 조회 1,195
10년 전 조회 1,163
10년 전 조회 1,231
10년 전 조회 1,163
10년 전 조회 1,252
10년 전 조회 1,336
10년 전 조회 1,314
10년 전 조회 1,261
10년 전 조회 1,179
10년 전 조회 1,295
10년 전 조회 1,200
10년 전 조회 1,221
10년 전 조회 1,185
10년 전 조회 1,148
10년 전 조회 1,153
10년 전 조회 1,172
10년 전 조회 1,262
10년 전 조회 1,201
10년 전 조회 1,281
10년 전 조회 1,186
10년 전 조회 1,216
10년 전 조회 1,211
10년 전 조회 1,262
10년 전 조회 1,357
10년 전 조회 1,435
10년 전 조회 1,230
10년 전 조회 1,296
10년 전 조회 1,177
10년 전 조회 1,098
10년 전 조회 1,148
10년 전 조회 1,290
10년 전 조회 1,191
10년 전 조회 1,202
10년 전 조회 1,193
10년 전 조회 1,334
10년 전 조회 1,318
10년 전 조회 1,830
10년 전 조회 1,213
10년 전 조회 1,328
10년 전 조회 1,207
10년 전 조회 1,543
10년 전 조회 1,253
10년 전 조회 1,251
10년 전 조회 1,162
10년 전 조회 1,151
10년 전 조회 1,457
10년 전 조회 1,365
10년 전 조회 1,162
10년 전 조회 1,286
10년 전 조회 1,441
10년 전 조회 1,143
10년 전 조회 1,201
10년 전 조회 1,160
10년 전 조회 1,633
10년 전 조회 1,320
10년 전 조회 1,349
10년 전 조회 1,258
10년 전 조회 1,374
10년 전 조회 1,580
10년 전 조회 1,459
10년 전 조회 1,411
10년 전 조회 1,355
10년 전 조회 1,391
10년 전 조회 1,370
10년 전 조회 1,315
10년 전 조회 1,784
10년 전 조회 1,301
10년 전 조회 1,297
10년 전 조회 1,517
10년 전 조회 1,316
10년 전 조회 1,363
10년 전 조회 1,190
10년 전 조회 1,465
10년 전 조회 1,282
10년 전 조회 1,210
10년 전 조회 1,280
10년 전 조회 1,929
10년 전 조회 1,298
10년 전 조회 1,291
10년 전 조회 1,311
10년 전 조회 1,412
10년 전 조회 1,877