청크파일 한번에 3G씩 바로 올림 기본 64M 분할 업로드
$file_config->allowed_chunk_size = min(FileHandler::returnBytes(ini_get('upload_max_filesize')), FileHandler::returnBytes(ini_get('post_max_size')) * 0.95, 3*1024 * 1024 * 1024);
청크파일 한번에 3G씩 바로 올림 기본 64M 분할 업로드
$file_config->allowed_chunk_size = min(FileHandler::returnBytes(ini_get('upload_max_filesize')), FileHandler::returnBytes(ini_get('post_max_size')) * 0.95, 3*1024 * 1024 * 1024);