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

<?
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; 이런식으로찍어보세요
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
13년 전 조회 1,931
13년 전 조회 1,474
13년 전 조회 3,083
13년 전 조회 2,176
13년 전 조회 1,873
13년 전 조회 1,864
13년 전 조회 1,634
13년 전 조회 1,488
13년 전 조회 1,388
13년 전 조회 2,155
13년 전 조회 1,879
13년 전 조회 1,539
13년 전 조회 6,632
13년 전 조회 1,601
13년 전 조회 1,427
13년 전 조회 1,388
13년 전 조회 1,448
13년 전 조회 1,992
13년 전 조회 1,587
13년 전 조회 1,802
13년 전 조회 2,076
13년 전 조회 1,649
13년 전 조회 2,549
13년 전 조회 1,575
13년 전 조회 1,581
13년 전 조회 2,117
13년 전 조회 2,185
13년 전 조회 2,848
13년 전 조회 1,532
13년 전 조회 1,603
13년 전 조회 1,517
13년 전 조회 2,188
13년 전 조회 2,808
13년 전 조회 1,893
13년 전 조회 2,218
13년 전 조회 1,619
13년 전 조회 1,403
13년 전 조회 1,453
13년 전 조회 1,947
13년 전 조회 2,676
13년 전 조회 2,461
13년 전 조회 2,113
13년 전 조회 2,077
13년 전 조회 1,371
13년 전 조회 1,619
13년 전 조회 2,873
13년 전 조회 1,507
13년 전 조회 1,505
13년 전 조회 5,421
13년 전 조회 2,072
13년 전 조회 4,045
13년 전 조회 1,560
13년 전 조회 1,606
13년 전 조회 1,608
13년 전 조회 1,523
13년 전 조회 2,120
13년 전 조회 1,506
13년 전 조회 1,567
13년 전 조회 2,916
13년 전 조회 1,327
13년 전 조회 3,056
13년 전 조회 2,208
13년 전 조회 1,770
13년 전 조회 1,544
13년 전 조회 2,656
13년 전 조회 1,292
13년 전 조회 1,865
13년 전 조회 2,118
13년 전 조회 1,926
13년 전 조회 1,408
13년 전 조회 1,613
13년 전 조회 1,861
13년 전 조회 4,429
13년 전 조회 3,965
13년 전 조회 4,541
13년 전 조회 3,856
13년 전 조회 1,360
13년 전 조회 1,439
13년 전 조회 1,522
13년 전 조회 9,985
13년 전 조회 2,971
13년 전 조회 3,422
13년 전 조회 3,389
13년 전 조회 3,916
13년 전 조회 1,475
13년 전 조회 1,533
13년 전 조회 5,481
13년 전 조회 1,502
13년 전 조회 2,194
13년 전 조회 1,989
13년 전 조회 2,081
13년 전 조회 1,938
13년 전 조회 1,424
13년 전 조회 2,120
13년 전 조회 1,576
13년 전 조회 2,262
13년 전 조회 1,890
13년 전 조회 1,525
13년 전 조회 2,872
13년 전 조회 1,829