Welcome Guest, Not a member yet? Register   Sign In
problem in uploading msword document
#1

[eluser]mrcoder[/eluser]
Hi,

Iam trying to upload a msword doc file.when iam uploading a doc file iam getting the errot asArray ( [error] =>

You did not select a file to upload.
)


and my code is

Code:
$config['upload_path'] = 'uploads';
        $config['allowed_types'] ='application/msword | application/vnd.ms-word';
        // loading the upload class
        $this->load->library('upload', $config);
        if ( ! $this->upload->do_upload())
        {
            $error = array('error' => $this->upload->display_errors());
            
            print_r($error);
        }
can any one help me.


Messages In This Thread
problem in uploading msword document - by El Forum - 10-19-2009, 05:41 AM
problem in uploading msword document - by El Forum - 10-19-2009, 05:44 AM
problem in uploading msword document - by El Forum - 10-19-2009, 05:47 AM
problem in uploading msword document - by El Forum - 10-19-2009, 05:50 AM
problem in uploading msword document - by El Forum - 10-19-2009, 06:06 AM
problem in uploading msword document - by El Forum - 10-19-2009, 06:07 AM
problem in uploading msword document - by El Forum - 10-19-2009, 06:13 AM
problem in uploading msword document - by El Forum - 10-19-2009, 06:14 AM
problem in uploading msword document - by El Forum - 10-19-2009, 06:21 AM
problem in uploading msword document - by El Forum - 10-19-2009, 06:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB