Hello,
I can’t download a sql file.I got a error message:
The filetype you are attempting to upload is not allowed.
In my controller, i use $config[‘allowed_types’] = ‘log|sql’;
and in mimes.php, I put the line: ‘sql’ => ‘text/x-sql’,
but I have already problem to download my file.
think