We're new purchasers of this product and i've been given this ball to carry. I've been asked to get the tool up and running for users to upload, edit, and save images. Just the basics. The Samples\QuickStartVB\ content is working fine, but has no active upload or save functionality. I can add that myself, and have, but now I am completely at a loss as to how to get the editor to use any picture other than 'redeye.jpg'. What am I missing?
I have searched everywhere i could think of, and though the devmanual offers up some code, it's very spare and doesn't work, even when i copy and paste word for word. i have tried working back through the various aspx, aspx.vb, ascx, and ascx.vb files, but I can't figure out where to make that change, so that it will have an effect.
I have edited the following line in the default.aspx file:
Code:
objEditor.OriginalPath = Server.MapPath("TestImages\redeye.jpg")
but that made no difference whatsoever. I have done global searches for other references to 'redeye.jpg' in the files and subfolders, but found nothing beyond the image itself in the TestImages folder.
I know I'm missing something incredibly basic, but I can't see the forest for the trees anymore.
And why isn't this clearly explained in the devmanual.pdf?
any help will be greatly appreciated. Again, i'm sure it's easy; I just can't see it.