CodeIgniter Forums
Is it possible to upload an image which I know only URL address in CodeIgniter? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Is it possible to upload an image which I know only URL address in CodeIgniter? (/showthread.php?tid=51981)



Is it possible to upload an image which I know only URL address in CodeIgniter? - El Forum - 05-25-2012

[eluser]Unknown[/eluser]
CodeIgniter upload library only supports uploading image file from PC.

I am trying to make a code that a user can upload image with image url address.

http://example.com/photo/jake2910.jpg

I simply send this image address to server and upload the photo.

Is there a way to do that?


Is it possible to upload an image which I know only URL address in CodeIgniter? - El Forum - 05-25-2012

[eluser]LuckyFella73[/eluser]
Maybe this page is what you are looking for:
http://www.talkphp.com/advanced-php-programming/1582-using-curl-read-file-external-server.html