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

<?
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,316
13년 전 조회 1,933
13년 전 조회 3,557
13년 전 조회 2,518
13년 전 조회 2,346
13년 전 조회 2,274
13년 전 조회 2,109
13년 전 조회 1,912
13년 전 조회 1,831
13년 전 조회 2,601
13년 전 조회 2,341
13년 전 조회 1,995
13년 전 조회 7,096
13년 전 조회 1,964
13년 전 조회 1,901
13년 전 조회 1,833
13년 전 조회 1,911
13년 전 조회 2,432
13년 전 조회 2,036
13년 전 조회 2,246
13년 전 조회 2,456
13년 전 조회 2,003
13년 전 조회 3,019
13년 전 조회 1,910
13년 전 조회 1,920
13년 전 조회 2,506
13년 전 조회 2,603
13년 전 조회 3,292
13년 전 조회 1,970
13년 전 조회 2,067
13년 전 조회 1,980
13년 전 조회 2,652
13년 전 조회 3,231
13년 전 조회 2,358
13년 전 조회 2,583
13년 전 조회 2,063
13년 전 조회 1,803
13년 전 조회 1,807
13년 전 조회 2,302
13년 전 조회 3,114
13년 전 조회 2,882
13년 전 조회 2,487
13년 전 조회 2,538
13년 전 조회 1,729
13년 전 조회 2,021
13년 전 조회 3,318
13년 전 조회 1,845
13년 전 조회 1,836
13년 전 조회 5,853
13년 전 조회 2,424
13년 전 조회 4,418
13년 전 조회 1,985
13년 전 조회 2,033
13년 전 조회 2,054
13년 전 조회 1,956
13년 전 조회 2,575
13년 전 조회 1,914
13년 전 조회 1,942
13년 전 조회 3,335
13년 전 조회 1,772
13년 전 조회 3,510
13년 전 조회 2,604
13년 전 조회 2,129
13년 전 조회 2,014
13년 전 조회 2,955
13년 전 조회 1,737
13년 전 조회 2,294
13년 전 조회 2,488
13년 전 조회 2,366
13년 전 조회 1,823
13년 전 조회 2,006
13년 전 조회 2,293
13년 전 조회 4,825
13년 전 조회 4,437
13년 전 조회 4,999
13년 전 조회 4,302
13년 전 조회 1,831
13년 전 조회 1,849
13년 전 조회 1,870
13년 전 조회 1만
13년 전 조회 3,409
13년 전 조회 3,887
13년 전 조회 3,822
13년 전 조회 4,281
13년 전 조회 1,937
13년 전 조회 2,010
13년 전 조회 5,903
13년 전 조회 1,911
13년 전 조회 2,647
13년 전 조회 2,345
13년 전 조회 2,532
13년 전 조회 2,346
13년 전 조회 1,853
13년 전 조회 2,545
13년 전 조회 1,993
13년 전 조회 2,713
13년 전 조회 2,331
13년 전 조회 2,003
13년 전 조회 3,318
13년 전 조회 2,308