fileupload
fileupload copied to clipboard
why use HTTP_CONTENT_RANGE to judge if chunked
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?