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

[eluser]zazvorniki[/eluser]
[quote author="jairoh_" date="1370732739"]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[/quote]

Thank you! I also had to change the create thumbs to false.

Code:
$config2['create_thumb'] = FALSE;


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