Update image & write image size and height to database
Hi
I am using MySqli update SB and the WA File Manipulation.
Question:
How do I capture the image height and width on upload and write this info to the database?
At the moment, the image uploads (updates) okay, but the new height and width values are not captured nor are the old values overwritten.
Thanks


I'd need to look at the page to see why they aren't getting set. The new width and height should be available in the bindings, and those values should be set when an image is uploaded. 
