How to update background image using upload button on the same page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to update background image using upload button on the same page?

As like profile picture update

28th Sep 2016, 3:59 PM
Krishnaraj V
Krishnaraj V - avatar
3 Answers
+ 1
Can you please reply with the code? I am struck in my project. I am new to web design.
28th Sep 2016, 4:57 PM
Krishnaraj V
Krishnaraj V - avatar
+ 1
#back input { width: 130px; height: 130px; background: url(img/back_default.png); border: hidden; } #back input:active { background-image: url(img/back_default-active.png); }
29th Sep 2016, 8:32 AM
Oliver Brown
Oliver Brown - avatar
0
Learn JavaScript. with JS very easy
28th Sep 2016, 4:50 PM
HawkEye
HawkEye - avatar