![]() |
Upload image from URL - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forum-23.html) +--- Thread: Upload image from URL (/thread-53185.html) |
Upload image from URL - El Forum - 07-13-2012 [eluser]cyberjunkie[/eluser] Is it possible to use the File Uploading Class to upload images from a URL? I'm trying to use a callback but it expects a file to be selected from the computer. In callback Code: function _url_upload($str) //$str is text input value, a URL string |