I'm not sure this is possible without some kind of server interaction but I am hoping it is for prototyping purposes. I have a file upload form field. I would like user to be able to select image from hard drive and jquery will put that image into a div in the DOM.
Here is my code
<div class="label">Upload Your Own Logo</div>
<input name="upload" type="file" id="logo-upload">
Div where image should go
<div class="user-logo">logo.png</div>