![]() |
File Uploading - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: File Uploading (/showthread.php?tid=62599) |
File Uploading - Midhun Mohanan P - 08-03-2015 How to upload file in codeigniter2.3 RE: File Uploading - ardhie1032 - 08-03-2015 Read the userguide RE: File Uploading - solidcodes - 08-03-2015 Along with the source code installer, you will find the users manual. Just read it. RE: File Uploading - Midhun Mohanan P - 08-04-2015 (08-03-2015, 11:47 PM)Midhun Mohanan P Wrote: How to upload file in codeigniter2.3 RE: File Uploading - Midhun Mohanan P - 08-04-2015 showing errors What is the problem in coding RE: File Uploading - Diederik - 08-04-2015 You should remove '../../' in your $config['upload_path']. You need to point it relative from the main index.php, not relative to your controller file. RE: File Uploading - Midhun Mohanan P - 08-04-2015 (08-04-2015, 01:42 AM)Diederik Wrote: You should remove '../../' in your $config['upload_path']. You need to point it relative from the main index.php, not relative to your controller file. my folder structure attached on this msg. i need to upload image in amenities folder how to do it RE: File Uploading - Midhun Mohanan P - 08-04-2015 (08-04-2015, 01:42 AM)Diederik Wrote: You should remove '../../' in your $config['upload_path']. You need to point it relative from the main index.php, not relative to your controller file. thaks all for your support finally i correct my mistake thank you |