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

<?
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년 전 조회 2,289
13년 전 조회 1,838
13년 전 조회 3,450
13년 전 조회 2,491
13년 전 조회 2,223
13년 전 조회 2,192
13년 전 조회 2,015
13년 전 조회 1,827
13년 전 조회 1,739
13년 전 조회 2,526
13년 전 조회 2,225
13년 전 조회 1,914
13년 전 조회 6,991
13년 전 조회 1,938
13년 전 조회 1,793
13년 전 조회 1,740
13년 전 조회 1,816
13년 전 조회 2,333
13년 전 조회 1,929
13년 전 조회 2,156
13년 전 조회 2,432
13년 전 조회 1,976
13년 전 조회 2,913
13년 전 조회 1,886
13년 전 조회 1,887
13년 전 조회 2,397
13년 전 조회 2,525
13년 전 조회 3,196
13년 전 조회 1,870
13년 전 조회 1,974
13년 전 조회 1,889
13년 전 조회 2,547
13년 전 조회 3,150
13년 전 조회 2,264
13년 전 조회 2,554
13년 전 조회 1,973
13년 전 조회 1,700
13년 전 조회 1,774
13년 전 조회 2,276
13년 전 조회 3,019
13년 전 조회 2,799
13년 전 조회 2,390
13년 전 조회 2,424
13년 전 조회 1,690
13년 전 조회 1,950
13년 전 조회 3,223
13년 전 조회 1,812
13년 전 조회 1,815
13년 전 조회 5,754
13년 전 조회 2,386
13년 전 조회 4,398
13년 전 조회 1,893
13년 전 조회 1,959
13년 전 조회 1,968
13년 전 조회 1,863
13년 전 조회 2,456
13년 전 조회 1,831
13년 전 조회 1,866
13년 전 조회 3,263
13년 전 조회 1,666
13년 전 조회 3,424
13년 전 조회 2,586
13년 전 조회 2,105
13년 전 조회 1,898
13년 전 조회 2,932
13년 전 조회 1,655
13년 전 조회 2,207
13년 전 조회 2,397
13년 전 조회 2,262
13년 전 조회 1,732
13년 전 조회 1,926
13년 전 조회 2,192
13년 전 조회 4,738
13년 전 조회 4,348
13년 전 조회 4,899
13년 전 조회 4,203
13년 전 조회 1,728
13년 전 조회 1,763
13년 전 조회 1,837
13년 전 조회 1만
13년 전 조회 3,315
13년 전 조회 3,793
13년 전 조회 3,737
13년 전 조회 4,256
13년 전 조회 1,846
13년 전 조회 1,924
13년 전 조회 5,820
13년 전 조회 1,837
13년 전 조회 2,559
13년 전 조회 2,319
13년 전 조회 2,437
13년 전 조회 2,266
13년 전 조회 1,756
13년 전 조회 2,455
13년 전 조회 1,921
13년 전 조회 2,613
13년 전 조회 2,239
13년 전 조회 1,926
13년 전 조회 3,228
13년 전 조회 2,219