0
I want to add a image from my storage,so i code like <img src="filepath/filename.jpg" but during run img is not showing?
please help me... https://code.sololearn.com/Wz99x2d5xLdo/?ref=app
2 Answers
+ 5
it is not working because you are linking an local file on CodePlayground which accepts links to online links only !
+ 1
@Lord Krishna thankss i will try to add online link..