[solved]🙁For uploading an image i did everything i could do! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

[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.

9th Aug 2020, 6:30 AM
🔥ⒹΞVΞⓈᕼ
🔥ⒹΞVΞⓈᕼ - avatar
9 Answers
9th Aug 2020, 8:13 AM
Simba
Simba - avatar
+ 11
If you want to upload img from mobile to html file then you can do it with Dropbox Follow these step Your Dropbox link https://www.dropbox.com/s/iqofey4t1n4is1o/sketch1596782780449.png?dl=0 Now replace 0 to 1 Like as https://www.dropbox.com/s/iqofey4t1n4is1o/sketch1596782780449.png?dl=1 (Last Word see 0 remove and write 1) You can see above I replaced 0 to 1 and your link ready to use <img src="https://www.dropbox.com/s/iqofey4t1n4is1o/sketch1596782780449.png?dl=1" alt="text" />
10th Aug 2020, 5:12 AM
Prachi The Pari ⭐
Prachi The Pari ⭐ - avatar
+ 2
Simba That was helpful. Thanks¡
9th Aug 2020, 8:18 AM
🔥ⒹΞVΞⓈᕼ
🔥ⒹΞVΞⓈᕼ - avatar
+ 2
Prachi The Pari💕 that's also worked thanks
10th Aug 2020, 5:17 AM
🔥ⒹΞVΞⓈᕼ
🔥ⒹΞVΞⓈᕼ - avatar
+ 1
I went to your link.. It was the dropbox page. I right clicked on the image > Open image in new tab > Copied link > Shared it. :)
9th Aug 2020, 6:55 AM
Arnesh
Arnesh - avatar
+ 1
Even I am on Android now.. You need to open the image in new tab, then switch to that tab and then copy the link..
9th Aug 2020, 7:06 AM
Arnesh
Arnesh - avatar
- 2
example:<img src="https://google.com/r/women.png" hieght=12 width=12>
10th Aug 2020, 5:59 PM
Soodays2012
- 3
hi
10th Aug 2020, 2:41 PM
عرشیا درگاهی