I want to upload the images to a remote location somewhat like this:
$crud->set_field_upload('product_image','http://someremotelocation.com/some_directory');
Is it possible?
Uploading at a remote location
Started by Mrinal Rajpurohit, 30 September 2012 - 17:10 PM
- Single Page
Posted 30 September 2012 - 17:10 PM
Posted 01 October 2012 - 00:10 AM
You cannot do that. Try use CI FTP Class.
http://codeigniter.com/user_guide/libraries/ftp.html
http://codeigniter.com/user_guide/libraries/ftp.html