Multiupload not cycle |
I want to create a multi-upload function, but I can only upload one file.
The upload function does not cycle View PHP Code: ..... PHP Code: ...... Help me ![]() If I remove $ _FILES ['files'][ 'size'] the cycle works, but does not upload any file.
Check your php.ini file, there are settings in there for uploading
Also you need to set these two in php.ini file for file sizes. upload_max_filesize = 10M post_max_size = 10M These two should contain the same value. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
PHP Code: …. PHP Code: $config['max_size'] = $this->_CI->config->item('max_size'); If a line is empty, the upload operation stops Why? |
Welcome Guest, Not a member yet? Register Sign In |