Hi there


I'm working on a form that uploads images (they eventually get loaded to a database). I've created a directory and then subfolder (myimages) to hold the uploaded images.

I can determine on upload if the pictures are too large and/or of the right type (jpg, gif). So far so good.

Now the frustrating part.........

I can get the dimensions of the uploaded picture as single or integer (creating a bitmap representation and getting width & height).

I feel really stupid (noobie issues), but how do I assign height and width to an image control on the form - It's in units.

Be Kind and thank you!