Just like a lot of other people I have a problem with the uploading of a file. Not with an image, that works fine. I can select a file and when I hit the Upload-button, I get a popup "Invalid file type". But in the config.php I see this:
$Config['AllowedExtensions']['File'] = array() ;
$Config['DeniedExtensions']['File'] = array('php','php3','php5','phtml','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','dll','reg','cgi') ;
Is this a bug or does someone knows an answer?
$Config['AllowedExtensions']['File'] = array() ;
$Config['DeniedExtensions']['File'] = array('php','php3','php5','phtml','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','dll','reg','cgi') ;
Is this a bug or does someone knows an answer?