Welcome Guest, Not a member yet? Register   Sign In
Help!! I can upload anything with codeigniter
#18

[eluser]pickupman[/eluser]
You have not set the variable $userfile in your class, constructor, or method
Code:
class Upload extends Controller
{
//Your declared variables
  function Upload()
  {
      parent::Controller();
      $this->base = $this->config->item(‘base_url’);
      $this->css = $this->config->item(‘css’);
      
      $this->userfile = 'userfile'; //Add this line

      $this->load->library(‘menu’);
      $this->my_menu = $this->menu->show_menu();
      $this->load->library(‘upload’);
      $this->load->library(‘session’);
      $this->load->helper(‘form’);
      $this->load->helper(‘url’);


  }

Also note, when posting code use the code button option at the top of the message box.


Messages In This Thread
Help!! I can upload anything with codeigniter - by El Forum - 04-29-2010, 11:04 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-29-2010, 11:16 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-29-2010, 11:28 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-29-2010, 11:30 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-29-2010, 11:39 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-29-2010, 12:19 PM
Help!! I can upload anything with codeigniter - by El Forum - 04-29-2010, 03:24 PM
Help!! I can upload anything with codeigniter - by El Forum - 04-29-2010, 03:50 PM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 02:57 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 06:59 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 07:09 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 09:51 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 09:56 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 10:02 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 10:12 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 10:22 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 10:29 AM
Help!! I can upload anything with codeigniter - by El Forum - 04-30-2010, 10:55 AM
Help!! I can upload anything with codeigniter - by El Forum - 05-01-2010, 05:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB