When using an input component for an image, how do I get the image file/value?
I have a user upload an image through an input component for image upload...how do I get this image in javascript and set the value of an image component to this value?
In other words...one they upload a picture how do I display it? Thanks