Hello all iam working on upload, i have to upload .sql and .json file - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Hello all iam working on upload, i have to upload .sql and .json file (/showthread.php?tid=71727) |
Hello all iam working on upload, i have to upload .sql and .json file - Jyothigowda - 09-16-2018 i have written code like this $config['allowed_types'] = 'csv|x-sql'; and i have included below code in mimes.php 'sql' => 'text/x-sql' But it is not working , can anyone assist on it? RE: Hello all iam working on upload, i have to upload .sql and .json file - InsiteFX - 09-17-2018 use application/x-sql or use application/octet-stream |