[eluser]mahe11[/eluser]
thanks it solve.
i want to upload any type of file means it may be MS-Office(.doc, .ppt, .xls) type file or image type(.jpg, .gif, .png) currently only uploading image type I change controller as
Code:
$config['upload_path'] = './uploads/';
$config['max_size'] = '0';
$config['remove_spaces']='TRUE';
$this->load->library('upload', $config);
is above correct or something wrong?