Welcome Guest, Not a member yet? Register   Sign In
File uploading error
#1

[eluser]Unknown[/eluser]
Hello,

I have been trying to upload a file with following file uploading class: Please check this code

$config['upload_path'] = 'files/';
$config['allowed_types'] = 'gif|jpg|png';
$config['max_size'] = '500';
$config['max_width'] = '500';
$config['max_height'] = '500';
$config['overwrite'] = TRUE;
$config['encrypt_name'] = TRUE;
$this->upload->initialize($config);

I have a problem with $config[‘encrypt_name’] -> the name of a file should be changed to some random string, but isn’t - it has still the original filename. Undecided

Thanks,


Messages In This Thread
File uploading error - by El Forum - 05-29-2009, 03:59 AM
File uploading error - by El Forum - 05-29-2009, 04:02 AM
File uploading error - by El Forum - 05-29-2009, 05:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB