fileupload icon indicating copy to clipboard operation
fileupload copied to clipboard

why use HTTP_CONTENT_RANGE to judge if chunked

Open zl-leaf opened this issue 7 years ago • 0 comments

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?

zl-leaf avatar Sep 07 '18 10:09 zl-leaf