Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter: “The filetype you are attempting to upload is not allowed.”
#9

[eluser]skunkbad[/eluser]
[quote author="rickster" date="1332854809"]I seem to have the same problem. On a hosting account with only doc, pdf and docx allowed.
pdf uploads fine but the doc and docx I got 'not allowed'. mime-types are setup and correct, this really has me stumped.

Code:
$config['upload_path'] = $_SERVER['DOCUMENT_ROOT'] . '/uploads/';
  $config['allowed_types'] = 'doc|pdf|docx';
  $config['max_size'] = '200';
  $this->load->library('upload', $config);
  $this->upload->do_upload();

Any more suggestions are most welcome. [/quote]

What have you tried to do to debug?


Messages In This Thread
CodeIgniter: “The filetype you are attempting to upload is not allowed.” - by El Forum - 03-27-2012, 07:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB