업로드 소스 인데 에러뜨네요 ;; 좀 도와줘요!! 짧아요 ㅋㅋ

<?
if(!isset($_GET['send'])) {
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <title> Fileupload </title>
 </head>
 <body>
  <form action="./upload.php?send" method="post" enctype="multipart/form-data">
  <input type="file" name="upload"></input>
  <input type="submit"></input>
 </body>
</html>
<?
} else {
 $path = "/home/계정/public_html/upload/files/";
 if($_FILES["upload"]["error"] > 0){
  echo "파일전송실패";
 } else {
  $tmp_name = $_FILES["upload"]["tmp_name"][$key];
  $name = $_FILES["upload"]["name"][$key];
  if (is_uploaded_file($_FILES['upload']['tmp_name'])) {
   echo "파일전송 성공<br/>";
   $ext = substr(strrchr($_FILES["upload"]["name"],"."),1) ;
   move_uploaded_file($_FILES["upload"]["tmp_name"], $path.$date("ymdHis").strtolower($ext));
   //파일명 그대로 : move_uploaded_file($_FILES["upload"]["tmp_name"], $path.$_FILES["upload"]["name"]);
   echo "업로드 된 파일 : ".$path.$date("ymdHis").strtolower($ext);
  }
 }
}
?>
 
인데
Fatal error: Function name must be a string in /home/계정/public_html/upload/upload.php on line 27
 
이 에러가 뜨네요 ㅜㅜ
 
뭐가 문제인거죠?
펑션을 지정하지 않은건가?
 
아 그리고 업로드 누르면 모든파일(*) 이런거 있던데 꼭 이미지만 업로드하게하려면 어케하죠??
 
27번째 줄은
27 move_uploaded_file($_FILES["upload"]["tmp_name"], $path.$date("ymdHis").strtolower($ext));
 move_uploaded_file($_FILES["upload"]["tmp_name"], $path.$date("ymdHis").strtolower($ext));
예요
|

댓글 3개

$date("ymdHis")

이게 무엇이지요 ?
머딱바두 날자 지정하느거구만,
move_uploaded_file($_FILES["upload"]["tmp_name"], $path.$date("ymdHis").strtolower($ext));
echo $path; 이런식으로찍어보세요
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
13년 전 조회 1,981
13년 전 조회 1,581
13년 전 조회 3,168
13년 전 조회 2,219
13년 전 조회 1,964
13년 전 조회 1,955
13년 전 조회 1,729
13년 전 조회 1,582
13년 전 조회 1,499
13년 전 조회 2,244
13년 전 조회 1,970
13년 전 조회 1,645
13년 전 조회 6,745
13년 전 조회 1,628
13년 전 조회 1,538
13년 전 조회 1,492
13년 전 조회 1,549
13년 전 조회 2,075
13년 전 조회 1,691
13년 전 조회 1,900
13년 전 조회 2,124
13년 전 조회 1,683
13년 전 조회 2,658
13년 전 조회 1,613
13년 전 조회 1,624
13년 전 조회 2,174
13년 전 조회 2,286
13년 전 조회 2,941
13년 전 조회 1,621
13년 전 조회 1,714
13년 전 조회 1,601
13년 전 조회 2,296
13년 전 조회 2,909
13년 전 조회 1,983
13년 전 조회 2,255
13년 전 조회 1,723
13년 전 조회 1,469
13년 전 조회 1,484
13년 전 조회 1,989
13년 전 조회 2,774
13년 전 조회 2,553
13년 전 조회 2,172
13년 전 조회 2,194
13년 전 조회 1,413
13년 전 조회 1,721
13년 전 조회 2,978
13년 전 조회 1,547
13년 전 조회 1,537
13년 전 조회 5,511
13년 전 조회 2,104
13년 전 조회 4,077
13년 전 조회 1,663
13년 전 조회 1,704
13년 전 조회 1,713
13년 전 조회 1,618
13년 전 조회 2,207
13년 전 조회 1,589
13년 전 조회 1,664
13년 전 조회 3,018
13년 전 조회 1,410
13년 전 조회 3,140
13년 전 조회 2,263
13년 전 조회 1,805
13년 전 조회 1,650
13년 전 조회 2,685
13년 전 조회 1,387
13년 전 조회 1,957
13년 전 조회 2,168
13년 전 조회 2,031
13년 전 조회 1,506
13년 전 조회 1,707
13년 전 조회 1,970
13년 전 조회 4,498
13년 전 조회 4,066
13년 전 조회 4,643
13년 전 조회 3,963
13년 전 조회 1,449
13년 전 조회 1,536
13년 전 조회 1,554
13년 전 조회 1만
13년 전 조회 3,076
13년 전 조회 3,527
13년 전 조회 3,478
13년 전 조회 3,960
13년 전 조회 1,588
13년 전 조회 1,648
13년 전 조회 5,575
13년 전 조회 1,613
13년 전 조회 2,305
13년 전 조회 2,028
13년 전 조회 2,184
13년 전 조회 2,028
13년 전 조회 1,511
13년 전 조회 2,211
13년 전 조회 1,689
13년 전 조회 2,365
13년 전 조회 2,005
13년 전 조회 1,619
13년 전 조회 2,981
13년 전 조회 1,936