I have a RESTFUL
service that receive a huge videos/pictures from iphone/ipad devices,
so we decided to go with NSURLSessionUploadTask
and this type of uploads uses chunked encoding,
So in my back-end I'm using PHP
And The server is Apache 2.4.7
,
But I still cant see the request All $_POST $_REQUEST $_FILES
are All Empty,
All that I can say that in my headers the Transfer-Encoding: chunked
.
So does anybody have a clue what is it an apache config, php issue please help ?