Welcome Guest, Not a member yet? Register   Sign In
[SOLVED]Upload Class - You have not specified any allowed file types.
#2

[eluser]Michael Wales[/eluser]
What type of file are uploading? Make sure your server is parsing out the MIME types correctly for the file you are uploading - check the file_type key of the array returned from the Upload class' data() method. If it's returning something odd, you may need to add it to the accepted MIME types for that file extension within config/mimes.php


Edit - oh yeah, it's - not the plural:
Code:
$config['allowed_types']


Messages In This Thread
[SOLVED]Upload Class - You have not specified any allowed file types. - by El Forum - 12-29-2008, 03:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB