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

· 10년 전 · 872

<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년 전 조회 855
10년 전 조회 788
10년 전 조회 856
10년 전 조회 834
10년 전 조회 851
10년 전 조회 909
10년 전 조회 908
10년 전 조회 839
10년 전 조회 866
10년 전 조회 921
10년 전 조회 936
10년 전 조회 960
10년 전 조회 895
10년 전 조회 830
10년 전 조회 813
10년 전 조회 844
10년 전 조회 795
10년 전 조회 834
10년 전 조회 866
10년 전 조회 792
10년 전 조회 844
10년 전 조회 829
10년 전 조회 912
10년 전 조회 1,016
10년 전 조회 967
10년 전 조회 924
10년 전 조회 823
10년 전 조회 949
10년 전 조회 851
10년 전 조회 887
10년 전 조회 838
10년 전 조회 832
10년 전 조회 805
10년 전 조회 834
10년 전 조회 931
10년 전 조회 878
10년 전 조회 976
10년 전 조회 844
10년 전 조회 883
10년 전 조회 866
10년 전 조회 917
10년 전 조회 1,078
10년 전 조회 1,083
10년 전 조회 869
10년 전 조회 955
10년 전 조회 849
10년 전 조회 795
10년 전 조회 829
10년 전 조회 961
10년 전 조회 873
10년 전 조회 864
10년 전 조회 845
10년 전 조회 1,026
10년 전 조회 994
10년 전 조회 1,493
10년 전 조회 901
10년 전 조회 992
10년 전 조회 912
10년 전 조회 1,249
10년 전 조회 927
10년 전 조회 935
10년 전 조회 883
10년 전 조회 864
10년 전 조회 1,132
10년 전 조회 1,034
10년 전 조회 838
10년 전 조회 945
10년 전 조회 1,088
10년 전 조회 799
10년 전 조회 865
10년 전 조회 858
10년 전 조회 1,294
10년 전 조회 1,056
10년 전 조회 1,076
10년 전 조회 950
10년 전 조회 1,070
10년 전 조회 1,283
10년 전 조회 1,187
10년 전 조회 1,125
10년 전 조회 1,067
10년 전 조회 1,108
10년 전 조회 1,117
10년 전 조회 1,039
10년 전 조회 1,427
10년 전 조회 933
10년 전 조회 943
10년 전 조회 1,194
10년 전 조회 961
10년 전 조회 1,012
10년 전 조회 855
10년 전 조회 1,136
10년 전 조회 941
10년 전 조회 834
10년 전 조회 903
10년 전 조회 1,607
10년 전 조회 947
10년 전 조회 953
10년 전 조회 936
10년 전 조회 1,082
10년 전 조회 1,524