Looking for a solution to update background image when file is selected
<input type="file" class="imgupload" name="file" />
I've created image uploader with a hidden form element inside a padded div, displaying a background image. Want to change background image when user selects file. Is there a way to change the class or achieve similar effect?
Would appreciate any advice or suggestions. Thank you!