[solved]🙁For uploading an image i did everything i could do!
I have to use my img from gallery to my html file I had taken the link by firefox like this: file:///storage/7EC9-10F8/VigyanTeachz/sketch1594578478428.png It didn't open but it had opened only when i viewed my html by firefox Same with chrome and other browsers. I gave my storage location., It fully failed. I installed dropbox and uploaded image to it and copied link and made html file again. Here's the link from Dropbox. https://www.dropbox.com/s/iqofey4t1n4is1o/sketch1596782780449.png?dl=0 <html> <head> <title>first page</title> </head> <body> <img src="https://www.dropbox.com/s/iqofey4t1n4is1o/sketch1596782780449.png?dl=0" alt="" /> </body> </html> But this is also not opening. Why , what should i do to put my gallery img on html.