Here's what I want to do. I want to upload one large image, a map for example, and then upload a smaller one on top, like an arrow to point to something.
I'm uploading the first image with the asyncuploader control and it's being put into the image editor correctly, but when I go to upload the smaller one it replaces the original image instead of being layered on top. I am using png's for transparency.
I think this happens because of this line in the asyncupload fileuploaded event
RadImageEditor1.ResetChanges( );
I tried removing the line and it breaks the ability to upload an image into the editor.
Any help towards getting my desired functionality would be greatly appreciated.