Hello friends, i want to upload a file by entering its url. For example http://plusgroups.com/logos/d.jpg - this is the url of file. Now i want to upload to upload this file to my website http://fullmp3songs.com/upload/ by entering the above file url.I want this tutorial in php.Please reply me
Do you mean you would like a upload script like this one? http://www.myspace4yourpage.com/imageupload/index.php I can give it to you if you like? Let me know! Scott.
Hi Prakash, If you want a file uploader script which can upload a file from the users computer to your server then you can use a script like the one scottlpool2003 has shown above. But if you want to save an image to your webspace by giving the image URL then that is not the script you want. The functionality is not actually called upload as your server will download the image form the given URL to your webspace. So it can be called as a download script. If this(download script) is what you want then tell me i will show you how to write a simple php download script. Regards, Akram