Welcome Guest, Not a member yet? Register   Sign In
To upload PSV [pipe separated value] files instead of images ... WHAT HAVE TO D
#1

(This post was last modified: 04-26-2019, 10:25 PM by lsepolis123.)

https://codeigniter.com/user_guide/libra...xt%20files



File Uploading Class

WHAT HAVE TO DO HERE???? i did this but file Not accepted as pipe-separate-value text file... error getting Not propel file... well?????


             $config['upload_path']          = './uploads/';

               $config['allowed_types']        = 'psv';  

               $config['max_size']             = 100;

               //$config['max_width']            = 1024;
               //$config['max_height']           = 768;
Reply
#2

(This post was last modified: 04-27-2019, 03:03 PM by InsiteFX.)

There is no mime extension for that file type they say to use .txt
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB