Answers for "php how to get URL to file"

PHP
1

transfer file using file_get_content

file_get_contents('http://url/to/upload/handler', false, $context);
Posted by: Guest on March-24-2020
-1

transfer file using file_get_content

$header = 'Content-Type: multipart/form-data; boundary='.MULTIPART_BOUNDARY;
Posted by: Guest on March-24-2020

Browse Popular Code Answers by Language