Welcome Guest, Not a member yet? Register   Sign In
modifying upload.php config file before loading upload upload library
#1

[eluser]Ki[/eluser]
Quick question,
I want to save global cofig settings for upload in /config/upload.php, however I do need to define upload directory just before I load the librabry because each user that uploads images will upload them to the user's folder... so before each upload the upload directory needs to be ./uploads/$userid.
I was hopinf to keep all the parameters same in the config file and just modify upload directory in My_Upload library or in my controller just before $this->load->library('upload'). Any ideas?




Theme © iAndrew 2016 - Forum software by © MyBB