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

<?
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,298
13년 전 조회 1,880
13년 전 조회 3,499
13년 전 조회 2,494
13년 전 조회 2,281
13년 전 조회 2,231
13년 전 조회 2,069
13년 전 조회 1,877
13년 전 조회 1,783
13년 전 조회 2,564
13년 전 조회 2,287
13년 전 조회 1,955
13년 전 조회 7,035
13년 전 조회 1,941
13년 전 조회 1,839
13년 전 조회 1,789
13년 전 조회 1,861
13년 전 조회 2,382
13년 전 조회 1,974
13년 전 조회 2,189
13년 전 조회 2,437
13년 전 조회 1,983
13년 전 조회 2,966
13년 전 조회 1,893
13년 전 조회 1,894
13년 전 조회 2,452
13년 전 조회 2,559
13년 전 조회 3,252
13년 전 조회 1,922
13년 전 조회 2,021
13년 전 조회 1,947
13년 전 조회 2,606
13년 전 조회 3,183
13년 전 조회 2,300
13년 전 조회 2,559
13년 전 조회 2,014
13년 전 조회 1,748
13년 전 조회 1,779
13년 전 조회 2,283
13년 전 조회 3,062
13년 전 조회 2,846
13년 전 조회 2,434
13년 전 조회 2,480
13년 전 조회 1,699
13년 전 조회 1,986
13년 전 조회 3,270
13년 전 조회 1,819
13년 전 조회 1,821
13년 전 조회 5,798
13년 전 조회 2,396
13년 전 조회 4,408
13년 전 조회 1,935
13년 전 조회 1,992
13년 전 조회 2,009
13년 전 조회 1,910
13년 전 조회 2,521
13년 전 조회 1,872
13년 전 조회 1,907
13년 전 조회 3,291
13년 전 조회 1,708
13년 전 조회 3,465
13년 전 조회 2,589
13년 전 조회 2,109
13년 전 조회 1,952
13년 전 조회 2,936
13년 전 조회 1,704
13년 전 조회 2,256
13년 전 조회 2,444
13년 전 조회 2,319
13년 전 조회 1,775
13년 전 조회 1,958
13년 전 조회 2,233
13년 전 조회 4,782
13년 전 조회 4,392
13년 전 조회 4,942
13년 전 조회 4,263
13년 전 조회 1,781
13년 전 조회 1,805
13년 전 조회 1,852
13년 전 조회 1만
13년 전 조회 3,358
13년 전 조회 3,848
13년 전 조회 3,777
13년 전 조회 4,264
13년 전 조회 1,894
13년 전 조회 1,978
13년 전 조회 5,862
13년 전 조회 1,872
13년 전 조회 2,596
13년 전 조회 2,323
13년 전 조회 2,497
13년 전 조회 2,303
13년 전 조회 1,806
13년 전 조회 2,501
13년 전 조회 1,958
13년 전 조회 2,666
13년 전 조회 2,288
13년 전 조회 1,961
13년 전 조회 3,268
13년 전 조회 2,262