Welcome Guest, Not a member yet? Register   Sign In
Problem with file extentions with the upload class
#1

[eluser]Unknown[/eluser]
Hi there,

Code:
$config['upload_path'] = './upload/';
$config['allowed_types'] = ' ';
  
$this->load->library('upload',$config);
$this->upload->do_upload();

The problem is, that i need to be able to upload files with for example: .074 .075 .076 all the way to .999. Codeigniter obligates me to set "allowed_types".

thoughts?




Theme © iAndrew 2016 - Forum software by © MyBB