파일 전송 버튼없이 전송하기
<?
echo "Filename : ".$_FILES['fff']['name']."<br>";
echo "Tmp_name : ".$_FILES['fff']['tmp_name']."<br>";
?>
<html>
<body>
<form name=aaa action="test4.php" method="post" enctype="multipart/form-data">
<input type=file name=fff onchange=aa();>
</form>
</body>
</html>
<script>
function aa(){
if(document.aaa.fff.value != ""){
document.aaa.action = "test4.php";
document.aaa.submit();
}
}
</script>
<?
echo "Filename : ".$_FILES['fff']['name']."<br>";
echo "Tmp_name : ".$_FILES['fff']['tmp_name']."<br>";
?>
<html>
<body>
<form name=aaa action="test4.php" method="post" enctype="multipart/form-data">
<input type=file name=fff onchange=aa();>
</form>
</body>
</html>
<script>
function aa(){
if(document.aaa.fff.value != ""){
document.aaa.action = "test4.php";
document.aaa.submit();
}
}
</script>
댓글 2개
천재조상훈
12년 전
감사요
12년 전
좋아요
게시판 목록
팁게시판
디자인과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5502 | 11년 전 | 3839 | ||
| 5501 | 11년 전 | 1131 | ||
| 5500 |
잘살아보자
|
11년 전 | 896 | |
| 5499 |
kiplayer
|
11년 전 | 7431 | |
| 5498 |
잘살아보자
|
11년 전 | 2308 | |
| 5497 |
잘살아보자
|
11년 전 | 1125 | |
| 5496 |
잘살아보자
|
11년 전 | 1162 | |
| 5495 |
잘살아보자
|
11년 전 | 957 | |
| 5494 |
잘살아보자
|
11년 전 | 4549 | |
| 5493 |
잘살아보자
|
11년 전 | 672 | |
| 5492 |
잘살아보자
|
11년 전 | 5222 | |
| 5491 |
잘살아보자
|
11년 전 | 3372 | |
| 5490 | 11년 전 | 1184 | ||
| 5489 |
|
11년 전 | 3271 | |
| 5488 |
잘살아보자
|
11년 전 | 2820 | |
| 5487 |
잘살아보자
|
11년 전 | 2196 | |
| 5486 |
잘살아보자
|
11년 전 | 1433 | |
| 5485 |
잘살아보자
|
11년 전 | 1447 | |
| 5484 |
잘살아보자
|
11년 전 | 2332 | |
| 5483 |
잘살아보자
|
11년 전 | 3235 | |
| 5482 |
잘살아보자
|
11년 전 | 1120 | |
| 5481 |
잘살아보자
|
11년 전 | 726 | |
| 5480 |
잘살아보자
|
11년 전 | 1360 | |
| 5479 |
잘살아보자
|
11년 전 | 669 | |
| 5478 |
잘살아보자
|
11년 전 | 1245 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기