CodeIgniter Forums
How can I use the features of the File Uploading library but instead pass an Image via a URL - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: How can I use the features of the File Uploading library but instead pass an Image via a URL (/showthread.php?tid=32843)



How can I use the features of the File Uploading library but instead pass an Image via a URL - El Forum - 08-06-2010

[eluser]Namsu[/eluser]
Uploading images via file upload is fine using the File Uploading class, however I am trying to use the same class to upload images from external links. I have tried adding the field name to the method, do_upload($fieldname) but no luck. Is there any other library or technique other than manually writing the same code to do the job.