CodeIgniter Forums
file uploading problem CI - 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 uploading problem CI (/showthread.php?tid=10684)



file uploading problem CI - El Forum - 08-08-2008

[eluser]PHP Programmer[/eluser]
I am trying to upload a file in code igniter but I am getting this message saying something like:

"Invalid path for the Upload folder"

where upload is the name of folder. I put this folder at the root of my code igniter directory as said by user guide.

Can anyone help me out?

TIA
Anuj


file uploading problem CI - El Forum - 08-08-2008

[eluser]stuffradio[/eluser]
Can you show us what you have?


file uploading problem CI - El Forum - 08-08-2008

[eluser]Yash[/eluser]
use base_url() and make sure folder exists and if server is linux then set folder permission to 777. ;-P