Codeigniter multi image upload with folder create?

You could try something like this: function tester($yourUniqueId){ $this->load->library('upload'); for($i=0; $iupload->initialize($config); if($this->upload->do_upload()) { $error += 0; }else{ $error += 1; } } if($error > 0){ return FALSE; }else{ return TRUE; } } Hope it helps.

I run it just for a test, I named my inputs filename, but no matter what I do I always keep geting this error Message: Undefined index: filename – Side Dec 2 at 14:08 $_FILES'filename' might be named wrong. Make sure you have the right name on your input: – stormdrain Dec 2 at 14:42 sorry for asking to much but like this? Because im getting the error this way too – Side Dec 2 at 14:50 make your input type like for all the input file types and it should work – Sudhir Dec 2 at 15:18 first sorry for asking so much stupid questions, and second rellyy big thanks for spearing time on my question and helping me.

Thank you – Side Dec 2 at 16:14.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions