Reply to Re: new UPLOAD (url)

Re: new UPLOAD (url) new!
by mons, 11 years, 5 months ago
$add_post_url = your remote file
$format = explode(".",$add_post_url);
$path = '../uploads/posts/'.$randomizer.'.'.array_pop($format).'';
copy(''.$add_post_url.'', ''.$path.'');
$handle = new upload($path);
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important