Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why use HTTP_CONTENT_RANGE to judge if chunked #71

Open
zl-leaf opened this issue Sep 7, 2018 · 0 comments
Open

why use HTTP_CONTENT_RANGE to judge if chunked #71

zl-leaf opened this issue Sep 7, 2018 · 0 comments

Comments

@zl-leaf
Copy link

zl-leaf commented Sep 7, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant