Welcome Guest, Not a member yet? Register   Sign In
uploading and resizing images
#4

[eluser]jairoh_[/eluser]
try reference the uploaded file as
Code:
$upload= $this->upload->data();

then change

Code:
$config2['source_image'] = $config['file_path'];
$config2['new_image'] = './upload/'.$this->user->pen_name.'.jpg';

into
Code:
$config2['source_image'] = $upload['full_path'];
$config2['new_image'] = $upload['full_path'];

because u want to overwrite it


Messages In This Thread
uploading and resizing images - by El Forum - 06-07-2013, 09:19 AM
uploading and resizing images - by El Forum - 06-07-2013, 05:30 PM
uploading and resizing images - by El Forum - 06-08-2013, 11:06 AM
uploading and resizing images - by El Forum - 06-08-2013, 04:05 PM
uploading and resizing images - by El Forum - 06-08-2013, 07:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB