I'm building a basic social network and in the registration the user uploads a display image. Basically I wanted to display the image, like a preview on the same page as the form, just after they select it and before the form is submitted.
Is this possible?
Here is the complete example for previewing image before it gets upload.
HTML :
JavaScript :