S
Showjumper
Hi,
I have developed an upload server controls to be reused over a number of
projects. One of the tasks it needs to handle is to rotate an image. I want
to accoplish this by checking the checkbox that is next to the file field.
Once i browse for the file, i check the box to rotate and then upload.
However i am unable to get it to rotate when the box is checked. It only
rotates when i set a boolean (RotateImage) to true. Any ideas on how to go
about rotating by checking the box.?
Also, another question with respect to GDI+ - can i take existing image
(like a gif) and then stamp it on to another image - like a copyright
symbol.
I have developed an upload server controls to be reused over a number of
projects. One of the tasks it needs to handle is to rotate an image. I want
to accoplish this by checking the checkbox that is next to the file field.
Once i browse for the file, i check the box to rotate and then upload.
However i am unable to get it to rotate when the box is checked. It only
rotates when i set a boolean (RotateImage) to true. Any ideas on how to go
about rotating by checking the box.?
Also, another question with respect to GDI+ - can i take existing image
(like a gif) and then stamp it on to another image - like a copyright
symbol.