Chrome net::ERR_INCOMPLETE_CHUNKED_ENCODING error
For the past two months, I have been receiving the following error on Chrome’s developer console:
For the past two months, I have been receiving the following error on Chrome’s developer console:
When I use plupload to chunk files (setting option chunk_size
), I get a separate PHP request for each chunk. Looking at $_FILES
variable, each chunk is of type "application/octet-stream"
.