Welcome Guest, Not a member yet? Register   Sign In
Array to string conversion
#2

[eluser]nirbhab[/eluser]
dude as far as my understanding is concerned $key is an Array().
Code:
if( ! empty($key['name']))
check this piece of code.
This is Array() for sure.
Please check the CI User Guide, there is a function do_upload().
Call this function in for loop for multiple uploading.
Code:
$config['upload_path'] = './uploads/';
        $config['allowed_types'] = 'gif|jpg|png';
        $config['max_size']    = '100';
        $config['max_width']  = '1024';
        $config['max_height']  = '768';
        
        $this->load->library('upload', $config);
Don't use this piece of code again and again, as this one is loading the upload library.
Load upload library once with its configurations.


Messages In This Thread
Array to string conversion - by El Forum - 07-14-2008, 10:10 AM
Array to string conversion - by El Forum - 07-14-2008, 10:44 AM
Array to string conversion - by El Forum - 07-14-2008, 10:46 AM
Array to string conversion - by El Forum - 07-14-2008, 11:27 AM
Array to string conversion - by El Forum - 07-14-2008, 11:29 AM
Array to string conversion - by El Forum - 07-14-2008, 12:04 PM
Array to string conversion - by El Forum - 07-14-2008, 03:52 PM
Array to string conversion - by El Forum - 07-14-2008, 09:48 PM
Array to string conversion - by El Forum - 07-14-2008, 10:49 PM
Array to string conversion - by El Forum - 07-14-2008, 11:15 PM
Array to string conversion - by El Forum - 07-15-2008, 01:36 AM
Array to string conversion - by El Forum - 07-15-2008, 02:51 AM
Array to string conversion - by El Forum - 07-15-2008, 03:24 AM
Array to string conversion - by El Forum - 07-15-2008, 03:38 AM
Array to string conversion - by El Forum - 07-15-2008, 05:37 AM
Array to string conversion - by El Forum - 07-17-2008, 11:55 AM
Array to string conversion - by El Forum - 07-17-2008, 12:57 PM
Array to string conversion - by El Forum - 07-17-2008, 01:04 PM
Array to string conversion - by El Forum - 07-17-2008, 02:49 PM
Array to string conversion - by El Forum - 07-18-2008, 05:32 AM
Array to string conversion - by El Forum - 07-18-2008, 06:42 AM
Array to string conversion - by El Forum - 07-18-2008, 07:22 AM
Array to string conversion - by El Forum - 08-02-2008, 01:42 PM
Array to string conversion - by El Forum - 09-28-2008, 04:12 AM
Array to string conversion - by El Forum - 02-07-2009, 04:25 PM
Array to string conversion - by El Forum - 04-14-2010, 03:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB