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

[eluser]cahva[/eluser]
Where does $postLogoTemp come from in move_uploaded_file()? I think it should be $imgTemp. And dont use htmlentities with $_FILES['logo']['tmp_name']. So better would be:
Code:
$img = htmlentities($_FILES['logo']['name']);
move_uploaded_file($_FILES['logo']['tmp_name'],'uploads/img/'.$img);


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