class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
I do call process twice and have separated them: $handle->... and $thandle->...
I need this for two reasons, I verify the actions with $handle->processed()/$thandle->processed() and output images or errormessage from that result. I also need $handle->image_dst_x and $handle->image_dst_y for the next step in my "application".
I guess I can find a workaround but that will involve sending image dimensions thru the form and a more complex error-checking logic.
Here is my log in the described situation: system information
I need this for two reasons, I verify the actions with $handle->processed()/$thandle->processed() and output images or errormessage from that result. I also need $handle->image_dst_x and $handle->image_dst_y for the next step in my "application".
I guess I can find a workaround but that will involve sending image dimensions thru the form and a more complex error-checking logic.
Here is my log in the described situation:
system information