son.of.the.morning Posted April 11, 2012 Share Posted April 11, 2012 I am using cakephp and i need a quick simple image upload and re-size script, can any one help? Quote Link to comment https://forums.phpfreaks.com/topic/260757-simple-image-upload-and-resize/ Share on other sites More sharing options...
MMDE Posted April 11, 2012 Share Posted April 11, 2012 Do you really want to re-size? Because there are parameters in the html tag img that let you set the size. If you really want to re-size, then I'm not sure if phpcake really have any good functions for this. I could not find anything useful when I searched for image in their documentation. You should look into this library: http://www.php.net/manual/en/ref.image.php It's pretty standard, you might already have it, and it might already be turned on, but if not, then just do so in the php.ini file. Quote Link to comment https://forums.phpfreaks.com/topic/260757-simple-image-upload-and-resize/#findComment-1336493 Share on other sites More sharing options...
xyph Posted April 11, 2012 Share Posted April 11, 2012 It's important you try to find things on your own first, before asking for help. This is especially true with the tools we have freely available to help us. www.google.com/search?q=cakephp+image+resize Quote Link to comment https://forums.phpfreaks.com/topic/260757-simple-image-upload-and-resize/#findComment-1336519 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.