xardas Posted November 16, 2006 Share Posted November 16, 2006 Ok, I'm very new in php. Here's what I would like to do. I want to make a webpage that accepts a link of a file in a textbox. When I submit that link to the server that file should be downloaded to whereever my site is hosted in some folder there and then a link to that file should appear in the next page. So how do I do it? Can someone point me to some kind of a code source or something? :D Link to comment https://forums.phpfreaks.com/topic/27451-how-to-download-a-file-on-the-server-from-a-website/ Share on other sites More sharing options...
Orio Posted November 16, 2006 Share Posted November 16, 2006 Look into [url=http://www.php.net/manual/en/function.copy.php]copy()[/url].Orio. Link to comment https://forums.phpfreaks.com/topic/27451-how-to-download-a-file-on-the-server-from-a-website/#findComment-125541 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.