Avatar

Level 3

Hi Steve,

Thank you for the quick feedback...appreciate that.

Your suggestions assumes (I think) that the imageField is the current field and that will most likely not be the case.

If I have a separate button called "Remove Image" I thought I could put some javascript in the mouseUp event that went something like this:

myImage.rawValue = null;

But that does not seem to work. Do I need to refresh the screen or something, after the image is removed?