Does anybody have the code for this?
I can't find an examples and I really need it!
Thanks so much x
Image upload and resize
Started by Bioshox, Jul 09 2010 12:35 AM
1 reply to this topic
#1
Posted 09 July 2010 - 12:35 AM
|
|
|
#2
Posted 09 July 2010 - 01:10 AM
Image upload is just about everywhere, it's done by using a <input type="file"> in a multipart form, then handle the $_FILES variable. that part is treated in the tutorial: http://forum.codecal...-mysql-php.html
About resizing the images, you need to dig into the GD image modification library, more or less, you need to use the imagecopyresized function
About resizing the images, you need to dig into the GD image modification library, more or less, you need to use the imagecopyresized function
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall


Sign In
Create Account


Back to top









