Answer the question
In order to leave comments, you need to log in
Why is the file uploading to the server slow?
Good afternoon, there is a bunch of nginx + apache + php
There is a script that accepts a file via
$f = fopen($dir.$filename, 'ab');
fwrite($f, file_get_contents('php://input'));
fclose($f);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question