CodeIgniter Forums
Gettig file not found error when upload file - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Gettig file not found error when upload file (/showthread.php?tid=50106)



Gettig file not found error when upload file - El Forum - 03-14-2012

[eluser]ali oygur[/eluser]
Hi all,

I have a file upload form and i using upload library. When i submit this form im getting like this error "file not found!"

I think this not a ci file upload library error. My web server is nginx and i using ci 2.1 on php 5.3

Can any people help me about this problem


Gettig file not found error when upload file - El Forum - 03-14-2012

[eluser]Jan_1[/eluser]
Did you check folders CHMOD (public reading allowed) ?


Gettig file not found error when upload file - El Forum - 03-14-2012

[eluser]ali oygur[/eluser]
yes the upload path is 0777


Gettig file not found error when upload file - El Forum - 03-16-2012

[eluser]ali oygur[/eluser]
problem solved!

sorry, this is my fault.