PHP 클래스 qqFileUploader, poMMo

파일 보기 프로젝트 열기: soonick/poMMo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$file

공개 메소드들

메소드 설명
__construct ( array $allowedExtensions = [], $sizeLimit = 10485760 )
handleUpload ( $uploadDirectory, $replaceOldFile = FALSE ) Returns array('success'=>true) or array('error'=>'error message')

메소드 상세

__construct() 공개 메소드

public __construct ( array $allowedExtensions = [], $sizeLimit = 10485760 )
$allowedExtensions array

handleUpload() 공개 메소드

Returns array('success'=>true) or array('error'=>'error message')
public handleUpload ( $uploadDirectory, $replaceOldFile = FALSE )

프로퍼티 상세

$file 공개적으로 프로퍼티

public $file