파일 전송 버튼없이 전송하기
<?
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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5327 |
GINUSSOFT
|
12년 전 | 5115 | |
| 5326 | 12년 전 | 6188 | ||
| 5325 | 12년 전 | 1893 | ||
| 5324 |
|
12년 전 | 1677 | |
| 5323 |
CTOMAN
|
12년 전 | 1948 | |
| 5322 | 12년 전 | 1735 | ||
| 5321 | 12년 전 | 2412 | ||
| 5320 | 12년 전 | 3647 | ||
| 5319 | 12년 전 | 1579 | ||
| 5318 |
프로프리랜서
|
12년 전 | 1331 | |
| 5317 |
프로프리랜서
|
12년 전 | 967 | |
| 5316 |
프로프리랜서
|
12년 전 | 1219 | |
| 5315 |
프로프리랜서
|
12년 전 | 1138 | |
| 5314 |
프로프리랜서
|
12년 전 | 1345 | |
| 5313 |
프로프리랜서
|
12년 전 | 1935 | |
| 5312 |
프로프리랜서
|
12년 전 | 1501 | |
| 5311 |
프로프리랜서
|
12년 전 | 1341 | |
| 5310 |
프로프리랜서
|
12년 전 | 3882 | |
| 5309 |
프로프리랜서
|
12년 전 | 1503 | |
| 5308 | 12년 전 | 1158 | ||
| 5307 | 12년 전 | 5128 | ||
| 5306 | 12년 전 | 2498 | ||
| 5305 |
오늘도망했다
|
12년 전 | 2228 | |
| 5304 |
senseme
|
12년 전 | 3323 | |
| 5303 | 12년 전 | 3610 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기