파일 전송 버튼없이 전송하기
<?
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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5352 | 11년 전 | 2407 | ||
| 5351 | 11년 전 | 2172 | ||
| 5350 | 11년 전 | 2302 | ||
| 5349 | 11년 전 | 7547 | ||
| 5348 | 11년 전 | 2041 | ||
| 5347 |
bewitched
|
11년 전 | 1764 | |
| 5346 | 11년 전 | 1273 | ||
| 5345 | 11년 전 | 1347 | ||
| 5344 | 11년 전 | 3061 | ||
| 5343 |
프로프리랜서
|
11년 전 | 2343 | |
| 5342 |
프로프리랜서
|
11년 전 | 1914 | |
| 5341 |
프로프리랜서
|
11년 전 | 1756 | |
| 5340 |
프로프리랜서
|
11년 전 | 1813 | |
| 5339 | 11년 전 | 1430 | ||
| 5338 | 11년 전 | 3140 | ||
| 5337 |
프로프리랜서
|
12년 전 | 2237 | |
| 5336 |
프로프리랜서
|
12년 전 | 1695 | |
| 5335 |
프로프리랜서
|
12년 전 | 4030 | |
| 5334 |
프로프리랜서
|
12년 전 | 1333 | |
| 5333 |
프로프리랜서
|
12년 전 | 1781 | |
| 5332 |
차가운바람
|
12년 전 | 1173 | |
| 5331 | 12년 전 | 2848 | ||
| 5330 | 12년 전 | 3651 | ||
| 5329 | 12년 전 | 4530 | ||
| 5328 | 12년 전 | 2571 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기