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

<?
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,973
13년 전 조회 1,562
13년 전 조회 3,160
13년 전 조회 2,208
13년 전 조회 1,942
13년 전 조회 1,942
13년 전 조회 1,717
13년 전 조회 1,566
13년 전 조회 1,487
13년 전 조회 2,232
13년 전 조회 1,955
13년 전 조회 1,633
13년 전 조회 6,729
13년 전 조회 1,619
13년 전 조회 1,522
13년 전 조회 1,483
13년 전 조회 1,529
13년 전 조회 2,064
13년 전 조회 1,673
13년 전 조회 1,884
13년 전 조회 2,113
13년 전 조회 1,678
13년 전 조회 2,645
13년 전 조회 1,605
13년 전 조회 1,615
13년 전 조회 2,166
13년 전 조회 2,269
13년 전 조회 2,928
13년 전 조회 1,610
13년 전 조회 1,697
13년 전 조회 1,590
13년 전 조회 2,285
13년 전 조회 2,900
13년 전 조회 1,974
13년 전 조회 2,242
13년 전 조회 1,706
13년 전 조회 1,460
13년 전 조회 1,474
13년 전 조회 1,980
13년 전 조회 2,761
13년 전 조회 2,536
13년 전 조회 2,163
13년 전 조회 2,176
13년 전 조회 1,408
13년 전 조회 1,716
13년 전 조회 2,964
13년 전 조회 1,545
13년 전 조회 1,530
13년 전 조회 5,496
13년 전 조회 2,094
13년 전 조회 4,070
13년 전 조회 1,651
13년 전 조회 1,695
13년 전 조회 1,698
13년 전 조회 1,596
13년 전 조회 2,191
13년 전 조회 1,574
13년 전 조회 1,653
13년 전 조회 3,000
13년 전 조회 1,402
13년 전 조회 3,128
13년 전 조회 2,252
13년 전 조회 1,800
13년 전 조회 1,635
13년 전 조회 2,677
13년 전 조회 1,375
13년 전 조회 1,943
13년 전 조회 2,163
13년 전 조회 2,018
13년 전 조회 1,492
13년 전 조회 1,699
13년 전 조회 1,947
13년 전 조회 4,490
13년 전 조회 4,056
13년 전 조회 4,624
13년 전 조회 3,943
13년 전 조회 1,437
13년 전 조회 1,519
13년 전 조회 1,549
13년 전 조회 1만
13년 전 조회 3,059
13년 전 조회 3,518
13년 전 조회 3,467
13년 전 조회 3,953
13년 전 조회 1,575
13년 전 조회 1,631
13년 전 조회 5,562
13년 전 조회 1,596
13년 전 조회 2,286
13년 전 조회 2,021
13년 전 조회 2,171
13년 전 조회 2,016
13년 전 조회 1,500
13년 전 조회 2,201
13년 전 조회 1,674
13년 전 조회 2,351
13년 전 조회 1,988
13년 전 조회 1,608
13년 전 조회 2,966
13년 전 조회 1,924