Welcome Guest, Not a member yet? Register   Sign In
upload in two diffrent path
#1

[eluser]misterone[/eluser]
Hello,

If i upload a file.
It must copy in two diffrent path's.
Wich script can i use ?

$config['upload_path'] = realpath('pictures/');
$config['allowed_types'] = 'gif|jpg|jpeg|png|mov|wmv|flv|mpeg|avi|mp4|3gp|amv';
$config['max_width'] = '1980';

$this->load->library('upload',$config);

if(!$this->upload->do_upload() == TRUE)
{
$data['content_view'] = 'upload';
$data['error'] = $this->upload->display_errors();

$this->load->view('start', $data);

}


In advance thanks.


Messages In This Thread
upload in two diffrent path - by El Forum - 10-30-2010, 10:51 AM
upload in two diffrent path - by El Forum - 10-31-2010, 05:51 AM
upload in two diffrent path - by El Forum - 10-31-2010, 07:38 AM
upload in two diffrent path - by El Forum - 11-01-2010, 05:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB