ChunkUpload
Table of Contents
Properties
-
$maxSize
: mixed
Methods
-
__construct()
: mixed
-
upload()
: mixed
-
getUploadHandler()
: mixed
-
moveFileTo()
: mixed
-
createDirectoryIfNeeded()
: mixed
$maxSize
private
mixed
$maxSize
__construct()
public
__construct([mixed $maxSize = '2M' ]) : mixed
Parameters
-
$maxSize
: mixed
= '2M'
-
upload()
public
upload(mixed $tmpPath, mixed $permanentPath, mixed $requestFileParam) : mixed
Parameters
-
$tmpPath
: mixed
-
-
$permanentPath
: mixed
-
-
$requestFileParam
: mixed
-
getUploadHandler()
protected
getUploadHandler(mixed $path, mixed $fileParam) : mixed
Parameters
-
$path
: mixed
-
-
$fileParam
: mixed
-
moveFileTo()
protected
moveFileTo(mixed $uploadHandler, mixed $file, mixed $path) : mixed
Parameters
-
$uploadHandler
: mixed
-
-
$file
: mixed
-
-
$path
: mixed
-
createDirectoryIfNeeded()
private
createDirectoryIfNeeded(mixed $path) : mixed
Parameters
-
$path
: mixed
-