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

<?
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,306
13년 전 조회 1,900
13년 전 조회 3,537
13년 전 조회 2,506
13년 전 조회 2,318
13년 전 조회 2,251
13년 전 조회 2,098
13년 전 조회 1,897
13년 전 조회 1,814
13년 전 조회 2,581
13년 전 조회 2,323
13년 전 조회 1,976
13년 전 조회 7,063
13년 전 조회 1,945
13년 전 조회 1,872
13년 전 조회 1,811
13년 전 조회 1,891
13년 전 조회 2,415
13년 전 조회 2,003
13년 전 조회 2,219
13년 전 조회 2,447
13년 전 조회 1,987
13년 전 조회 3,005
13년 전 조회 1,900
13년 전 조회 1,903
13년 전 조회 2,483
13년 전 조회 2,581
13년 전 조회 3,272
13년 전 조회 1,953
13년 전 조회 2,049
13년 전 조회 1,965
13년 전 조회 2,632
13년 전 조회 3,210
13년 전 조회 2,333
13년 전 조회 2,564
13년 전 조회 2,040
13년 전 조회 1,788
13년 전 조회 1,794
13년 전 조회 2,286
13년 전 조회 3,098
13년 전 조회 2,873
13년 전 조회 2,466
13년 전 조회 2,510
13년 전 조회 1,710
13년 전 조회 2,009
13년 전 조회 3,297
13년 전 조회 1,825
13년 전 조회 1,828
13년 전 조회 5,830
13년 전 조회 2,409
13년 전 조회 4,414
13년 전 조회 1,967
13년 전 조회 2,012
13년 전 조회 2,035
13년 전 조회 1,938
13년 전 조회 2,558
13년 전 조회 1,892
13년 전 조회 1,918
13년 전 조회 3,316
13년 전 조회 1,751
13년 전 조회 3,492
13년 전 조회 2,596
13년 전 조회 2,113
13년 전 조회 1,991
13년 전 조회 2,939
13년 전 조회 1,721
13년 전 조회 2,275
13년 전 조회 2,469
13년 전 조회 2,344
13년 전 조회 1,796
13년 전 조회 1,976
13년 전 조회 2,263
13년 전 조회 4,803
13년 전 조회 4,418
13년 전 조회 4,974
13년 전 조회 4,284
13년 전 조회 1,814
13년 전 조회 1,830
13년 전 조회 1,859
13년 전 조회 1만
13년 전 조회 3,386
13년 전 조회 3,870
13년 전 조회 3,808
13년 전 조회 4,273
13년 전 조회 1,923
13년 전 조회 2,001
13년 전 조회 5,882
13년 전 조회 1,894
13년 전 조회 2,618
13년 전 조회 2,335
13년 전 조회 2,516
13년 전 조회 2,329
13년 전 조회 1,833
13년 전 조회 2,519
13년 전 조회 1,982
13년 전 조회 2,695
13년 전 조회 2,313
13년 전 조회 1,984
13년 전 조회 3,296
13년 전 조회 2,292