



Now use PHP curl to get this file content $download_url = "" Ĭurl_setopt($ch, CURLOPT_RETURNTRANSFER, 1) Ĭurl_setopt($ch, CURLOPT_BINARYTRANSFER, 1) Ĭurl_setopt($ch, CURLOPT_FOLLOWLOCATION, true) Ĭurl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false) Ĭurl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false) Ĭurl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 20) You can embed the file and Replace embed with a download.
