Answer the question
In order to leave comments, you need to log in
How to accept a file from a remote server?
The remote server sends the file over HTTP ContentType = 'text/plain'.
How can I take it on my side?
Answer the question
In order to leave comments, you need to log in
$f = fopen('file1.txt', 'w');
fwrite($f, $_REQUEST['имя_переменной_с_файлом'];
fclose($f);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question