CodeIgniter Forums
file upload not working - 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: file upload not working (/showthread.php?tid=18220)

Pages: 1 2


file upload not working - El Forum - 05-06-2009

[eluser]alank64[/eluser]
Just for a test try...

Code:
$config['upload_path'] = BASEPATH . '../uploads/ms/'.$id.'/';

I somewhat had the same issue and changed it to this, but it's been a little while so can't be 100% sure.