Welcome Guest, Not a member yet? Register   Sign In
Download large file
#1

Hi
I cannot download large file in PHP
My code is :
PHP Code:
<?php
    
    $url 
base64_decode($_GET['url']);
    
    
set_time_limit(0);
    
    
$filename  pathinfo($urlPATHINFO_FILENAME).'.'.pathinfo($urlPATHINFO_EXTENSION);
    
    
file_put_contents("video/$filename",file_get_contents($url));
    
    exit(
'1');
    
?>
I set unlimit memory size and other
Reply


Messages In This Thread
Download large file - by omid_student - 04-21-2020, 04:24 AM
RE: Download large file - by albertleao - 04-21-2020, 06:49 AM
RE: Download large file - by omid_student - 04-21-2020, 07:41 AM
RE: Download large file - by John_Betong - 04-21-2020, 08:41 AM
RE: Download large file - by omid_student - 04-24-2020, 04:48 AM
RE: Download large file - by InsiteFX - 04-24-2020, 08:00 AM
RE: Download large file - by John_Betong - 04-24-2020, 09:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB