Welcome Guest, Not a member yet? Register   Sign In
how do you know the extension of the browsed file
#1

[eluser]NEHIL[/eluser]
When you are uploading an image, you pass a config array. this is how mine looks like

Code:
$config = array(
            'allowed_types' => 'jpg|jpeg|gif|png',
            'upload_path' => $this->gallery_path,
            'file_name' => '$filename'
        );
$this->load->library('upload',$config);
$this->upload->do_upload();

So know, knowing the fact that i have allowed so many types while giving the file_name i don't know what extension to put?
please help! :roll:


Messages In This Thread
how do you know the extension of the browsed file - by El Forum - 04-14-2011, 07:44 AM
how do you know the extension of the browsed file - by El Forum - 04-14-2011, 07:56 AM
how do you know the extension of the browsed file - by El Forum - 04-14-2011, 07:58 AM
how do you know the extension of the browsed file - by El Forum - 04-14-2011, 08:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB