0
How do i put image source in my image tag on android
<img>
7 Respostas
+ 7
You can access you local photo via file://
or use dropbox to get your image link
+ 9
Ada lovelace
More easy just change dl=0 to dl=1 .
I do it.
+ 4
Download dropbox and follow these steps.
Original URL-
https://www.dropbox.com/s/1omcjilnukis0ta/persian-music-03-6559.mp3?dl=0
Step 1:
Remove ? dl=0 from last
Step 2:
Replace www with dl
Step 3:
Replace dropbox with dropboxusercontent
Now Final URL Is-
https://dl.dropboxusercontent.com/s/1omcjilnukis0ta/persian-music-03-6559.mp3
+ 4
Md Sayed 🇧🇩🇧🇩 thanks for suggestion
+ 1
Ullysis Abaya
You can load a image from your phone storage by providing the correct file path as Md Sayed 🇧🇩🇧🇩 suggested.
I created a code example on how to do the same in Android. See it here:
https://code.sololearn.com/Ws6teyT5ti3g/?ref=app
+ 1
The upload can be done as in the example:
https://code.sololearn.com/WSLZPpBIFgr7/?ref=app