소스 검색

remove upload tmp file

root 9 년 전
부모
커밋
085d6f43d5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      helper/file_upload.php

+ 1 - 0
helper/file_upload.php

@@ -80,6 +80,7 @@ class FileUpload
             return false;
         } else {
             $file_path = $dest_file;
+	    @unlink($src_path);
             return true;
         }
     }