ID: 39767 Updated by: j...@php.net Reported By: deepak dot vasudevan at lavanyadeepak dot tk -Status: Open +Status: Closed Bug Type: Feature/Change Request Operating System: Windows Server 2003 PHP Version: 4.4.4 New Comment:
php://input Previous Comments: ------------------------------------------------------------------------ [2006-12-07 15:42:05] deepak dot vasudevan at lavanyadeepak dot tk Description: ------------ PHP Should provide access to BinaryData that is posted from the client similar to Request.BinaryRead in ASP. This would facilitate huge uploads without overloading the client. Additionally, PHP should not preprocess this since if it attempts preprocesses and fills the superglobal array, we would again get entrapped in the size restrictions. If it does not then we can keep saving the buffers as it arrives from the web browser. Actual result: -------------- It would minimize the number of configuration changes to pHP.INI for huge file uploads by directly querying the binary data. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39767&edit=1