Welcome Guest, Not a member yet? Register   Sign In
file upload not working due to file type
#1

[eluser]bhbutter123[/eluser]
I am using file upload class and it is telling me I am trying to upload a file of a type not allowed. Here is what info I have:

$_FILE['userfile']['type'] = application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


In Controller
$config['allowed_types'] = 'pdf|doc|docx|xls|xlsx';
#2

[eluser]Unknown[/eluser]
[quote author="bhbutter123" date="1325821219"]I am using file upload class and it is telling me I am trying to upload a file of a type not allowed. Here is what info I have:

$_FILE['userfile']['type'] = application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


In Controller
$config['allowed_types'] = 'pdf|doc|docx|xls|xlsx';
[/quote]


USE if forgotten: echo form_open_multipart('/FILENAME/', $attributes);
#3

[eluser]Techno Heart[/eluser]
Try adding your extension in config->mimes.php in codeigniter if the file type you are trying to upload is not present in the mimes.php.




Theme © iAndrew 2016 - Forum software by © MyBB