Prompt download of external url from php script -
so right use below code , if external file 100mb takes forever download prompted.how can prompt download , start streaming download users.
<?php header( 'content-type: application/x-bittorrent' ); header( 'content-disposition: attachment; filename="torrent' ); echo file_get_contents("http://externallink.com/sizemorethan100mb"); ?>
edit : not duplicate , duplicated question not provide solution external url.
Comments
Post a Comment