파일 전송 버튼없이 전송하기
<?
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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5302 | 12년 전 | 1590 | ||
| 5301 |
냐옹이사범
|
12년 전 | 2303 | |
| 5300 | 12년 전 | 6515 | ||
| 5299 | 12년 전 | 5196 | ||
| 5298 | 12년 전 | 3000 | ||
| 5297 |
프로프리랜서
|
12년 전 | 2523 | |
| 5296 |
프로프리랜서
|
12년 전 | 1887 | |
| 5295 |
프로프리랜서
|
12년 전 | 2351 | |
| 5294 |
프로프리랜서
|
12년 전 | 1847 | |
| 5293 |
프로프리랜서
|
12년 전 | 1627 | |
| 5292 |
프로프리랜서
|
12년 전 | 5521 | |
| 5291 |
프로프리랜서
|
12년 전 | 2590 | |
| 5290 |
프로프리랜서
|
12년 전 | 3054 | |
| 5289 |
프로프리랜서
|
12년 전 | 1732 | |
| 5288 |
프로프리랜서
|
12년 전 | 1442 | |
| 5287 | 12년 전 | 2741 | ||
| 5286 |
오늘도망했다
|
12년 전 | 2334 | |
| 5285 |
오늘도망했다
|
12년 전 | 1670 | |
| 5284 |
오늘도망했다
|
12년 전 | 6634 | |
| 5283 |
오늘도망했다
|
12년 전 | 2500 | |
| 5282 | 12년 전 | 3639 | ||
| 5281 |
jinmuk
|
12년 전 | 1447 | |
| 5280 |
jinmuk
|
12년 전 | 4213 | |
| 5279 |
jinmuk
|
12년 전 | 5546 | |
| 5278 |
jinmuk
|
12년 전 | 2250 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기