apache - php://input returning empty string -


The following code has just started returning the empty string. It works on other systems, so this is not a problem with code as well. I've really wiped out all the server side code, and it still did the same thing, I did not take any advantage to use file_gate_contents, only shooting in the dark.

  $ fileStream = fopen ('php: // input', 'rb'); $ FileData = ''; While ($ Buffer = Fred ($ filestream, 4096)) {$ fileData. = $ Buffer; }  Server:  Zend server 5.1.0 (Apache 2.2.3)  

Language: PHP 5.3 .5

Front End: Plupload (JavaScript Plugin)

php: // input can not be opened / read when receiving a multipart / form-data POST, client-side what happened? a???? Wrikken on March 28 at 20:01

Thank you for your help!

Comments