![]() |
I think the code is correct. But......... - 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: I think the code is correct. But......... (/showthread.php?tid=1733) |
I think the code is correct. But......... - El Forum - 06-22-2007 [eluser]java[/eluser] Here is my code in processing file upload : Controller: Code: class Ungxu extends Controller Code: <tr> Quote:An Error Was EncounteredMy code have some problems? Please tell me how can resolve it? Thank you.. I think the code is correct. But......... - El Forum - 06-23-2007 [eluser]Crimp[/eluser] It looks like a file is missing in your CI system's language folder: upload_language.php. It's part of the core and contains the messages used for file upload. Look in the system/language folder and see if the file is there. You may have erased it by accident. |