Reputation: 571
I am trying to provide language support to the admin of my project , so if the admin chooses for language support he can add a file and select a language (this file contains values of that particular language of some strings which we used in the entire project ). So I was thinking to handle a text file upload and write it to language folder in system directory of CodeIgniter. but I am not sure if this is possible as I am getting
"Permission denied" while uploading . Is there a better way to do this functionality? I was thinking to make the language folder in www directory and use it from there.
Upvotes: 0
Views: 56