Resize a photo after being submitted with a form via PHP
Posted
by Benjamin
on Stack Overflow
See other posts from Stack Overflow
or by Benjamin
Published on 2010-04-13T23:53:06Z
Indexed on
2010/04/14
0:13 UTC
Read the original article
Hit count: 646
I am working on a form that adds employee information to a MySQL table and I need to attach a single photo to the file. This is part of a Content Management System and the users do not know how to resize photos, so I need to resize the image to a set size after it is uploaded. How can this be done with PHP? Please note, I am not trying to accomplish a thumbnail image, simply scale the one that is uploaded.
© Stack Overflow or respective owner