Re: [PHP] Disabling the built-in POST handler

2007-10-05 Thread mike
On 10/5/07, Stefanos Stamatis <[EMAIL PROTECTED]> wrote: > > Hello, > > I need to handle very large file uploads and push the data into a socket. > Having php to write everything to a temporary file, then reading it > again inside the script and pushing it into the socket is very inefficient > and

Re: [PHP] Disabling the built-in POST handler

2007-10-05 Thread Jim Lucas
Stefanos Stamatis wrote: Hello, I need to handle very large file uploads and push the data into a socket. Having php to write everything to a temporary file, then reading it again inside the script and pushing it into the socket is very inefficient and imposes size limitations to the uploaded fi

[PHP] Disabling the built-in POST handler

2007-10-05 Thread Stefanos Stamatis
Hello, I need to handle very large file uploads and push the data into a socket. Having php to write everything to a temporary file, then reading it again inside the script and pushing it into the socket is very inefficient and imposes size limitations to the uploaded files (which may reach GB in