http_content_range

  1. B

    Missed HTTP_CONTENT_RANGE server var

    Hello! I use https://github.com/blueimp/jQuery-File-Upload for chunk fileuploads on my nginx-based website. And it works well. But when I use Openlite I cant upload file. I did some debug and noticed $_SERVER['HTTP_CONTENT_RANGE] is null. It seems server didn't handle properly `content-range`...
Top