소스 검색

Update to upload, and create uploadfolder.

tags/rls1
kenn408k 6 년 전
부모
커밋
5f982f971a
2개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9
    0
      classes/upload.class.php
  2. 0
    0
      img/uploads/index.php

+ 9
- 0
classes/upload.class.php 파일 보기

@@ -33,6 +33,15 @@ class Upload {
33 33
 
34 34
         if (empty($errors)) {
35 35
             // Do fileupload
36
+            
37
+            $makeUpload = move_uploaded_file($tempname, Config::$file_path);
38
+            
39
+            if (!$makeUpload) {
40
+                $errors[] = "Der opstod en fejl under upload af billedet.";
41
+            } else {
42
+                return true;
43
+            }
44
+            
36 45
         }
37 46
     }
38 47
 

+ 0
- 0
img/uploads/index.php 파일 보기


Loading…
취소
저장