Teja Reddy
Teja Reddy

Reputation: 571

Is there a way to upload into language folder in codeigniter through file upload

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

Answers (1)

Sanjay Kumar N S
Sanjay Kumar N S

Reputation: 4739

Try changing the permission of the language folder.

Upvotes: 1

Related Questions