Welcome Guest, Not a member yet? Register   Sign In
image manipulation library
#4

[eluser]Ngulo[/eluser]
@cahva

sorry man you're right at all!!
the code i post before is not right it is as shown:
Code:
$img = htmlentities($_FILES['logo']['name']);
$imgTemp =  htmlentities($_FILES['logo']['tmp_name']);
move_uploaded_file($imgTemp,'uploads/img/'.$img);
files are moved correctly, and is not this my problem for now :)

the fact is that the path to the image to resize() is right to...but he's still not resizing me images :/
a make an echo of $config['source_image'] = $_SERVER['DOCUMENT_ROOT'] . 'uploads/img/'.$img);
and then if i put this path into url i can see the image...but it is not resized() :/


Messages In This Thread
image manipulation library - by El Forum - 10-09-2010, 04:50 AM
image manipulation library - by El Forum - 10-09-2010, 05:23 AM
image manipulation library - by El Forum - 10-09-2010, 06:16 AM
image manipulation library - by El Forum - 10-09-2010, 06:30 AM
image manipulation library - by El Forum - 10-09-2010, 10:03 AM
image manipulation library - by El Forum - 10-09-2010, 06:30 PM
image manipulation library - by El Forum - 10-09-2010, 06:35 PM
image manipulation library - by El Forum - 10-09-2010, 07:14 PM
image manipulation library - by El Forum - 10-09-2010, 07:21 PM
image manipulation library - by El Forum - 10-09-2010, 07:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB