Posts Categorized: codeigniter

CodeIgniter Plupload problems – a solution!

Posted by & filed under codeigniter.

TL;DR Fix the codeigniter plupload upload problem of  ”You did not select a file to upload.”  by making sure that you pass the correct file array key to do upload: $this->upload->do_upload(‘file’); ============================== How I found it: I’ve been working on my first codeigniter project that required me to upload some images. For that task I… Read more »