Is it possible to stream a file to and from servers without holding the data in ram?
- by Chris Denman
Hi everyone!
PHP question (new to PHP after 10 years of Perl, arrggghhh!).
I have a 100mb file that I want to send to another server.
I have managed to read the file in and "post" it without curl (cannot use curl for this app). Everything is working fine on smaller files.
However, with the larger files, PHP complains about not being able to…