8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
example request header Range: bytes=0-2000 response header Content-Range: bytes 0-2000/4932
but the library use $this->server['HTTP_CONTENT_RANGE'] in FileUpload.php to judge if chunked, is it correct?
$this->server['HTTP_CONTENT_RANGE']
FileUpload.php