Avatar

Level 3

I currently have a button that allows a user to add an image to an ImageField...using LCD 8.x

Once the user add an image into the field, there is no way for them to remove it. I therefore need to add a "Remove Image" button.

What would I need to do to clear out the ImageField, which is called myImage?

All suggestions are appreciated.