Welcome Guest, Not a member yet? Register   Sign In
File upload class issue
#2

[eluser]Flemming[/eluser]
Everything looks fine, your definition in the mime config is similar to mine (although mine is shorter than yours):

Code:
'xlsx' => array('application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'application/zip'),

What happens if you temporarily change the allowed types in the controller to only allow xlsx:

Code:
$config['allowed_types'] = 'xlsx';

Will it now allow you to upload a .xlxs ?


Messages In This Thread
File upload class issue - by El Forum - 09-01-2014, 07:10 AM
File upload class issue - by El Forum - 09-01-2014, 08:28 AM
File upload class issue - by El Forum - 09-01-2014, 10:28 PM
File upload class issue - by El Forum - 09-01-2014, 10:55 PM
File upload class issue - by El Forum - 09-01-2014, 10:59 PM
File upload class issue - by El Forum - 09-01-2014, 11:23 PM
File upload class issue - by El Forum - 09-01-2014, 11:26 PM
File upload class issue - by El Forum - 09-02-2014, 12:29 AM
File upload class issue - by El Forum - 09-02-2014, 01:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB