Welcome Guest, Not a member yet? Register   Sign In
Image Upload Problem (The filetype you are attempting to upload is not allowed.)
#2

[eluser]raenk[/eluser]
Do this for the line reporting the error:
Code:
$data['error'] = $this->upload->display_errors() . $_FILES['userfile']['type'];

That way you will learn what file type is sending your browser and if it is actually allowed. Also don't forget to check mimes.php at your application/config and look at the array for the appropiate file extension and mime type.

By the way, I simplified what you had before on that line as you can see.


Messages In This Thread
Image Upload Problem (The filetype you are attempting to upload is not allowed.) - by El Forum - 01-23-2012, 01:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB