IT Community - Software Programming, Web Development and Technical Support

File Download From a URL

This is a discussion on File Download From a URL within the PHP Programming forums, part of the Web Development category; PHP Code: <?php$file = $_GET['d'];$x = basename($file, '');$newfile = $...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > PHP Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 04-22-2007, 11:44 PM
moinuddin102 moinuddin102 is offline
D-Web Trainee
 
Join Date: Apr 2007
Posts: 20
moinuddin102 is on a distinguished road
Default File Download From a URL

PHP Code:
<?php
$file 
$_GET['d'];
$x basename($file'');
$newfile $x;
echo 
'File Source: '.$file.'<br>File Name: '.$x.'<br>Save As : '.$newfile;

if (!
copy($file$newfile)) {
    echo 
"<br>failed to copy $file...\n";
}
else { echo 
'<br>Copy your file successfull';}

?>
For working this code, make forlder CHMOD as 777 or Writable or it will be not work.
call url to download as: [b]filename.php?d=http://www.test.com/file.zip[b]
this code will only work for direct link.
filename.php is a file who contain this code.
This code i find from PHP.net, when i was going to lean here & i edit some from main code.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-01-2007, 06:51 AM
pan_mojao pan_mojao is offline
D-Web Trainee
 
Join Date: Apr 2007
Posts: 20
pan_mojao is on a distinguished road
Default Re: File Download From a URL

Thanks for the code and new trick using php, but what do I exactly do by using that code? Please explain me more... I'm still learning the basics of php.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
gOS download...finally! kmcgra Technology BUZZzzzzz 0 11-17-2007 09:22 AM
Download Windows Vista VHD today senthilkannan Microsoft 0 11-03-2007 12:43 AM
Download a file using Perl.. raj Perl 0 07-18-2007 03:45 AM
How to Download and Upload files in FTP? Archer C# Programming 0 07-16-2007 11:31 PM
File download status JSureshkumar ASP and ASP.NET Programming 1 03-22-2007 08:22 AM


All times are GMT -7. The time now is 01:11 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0