What should i do to add image attribute from my cell phone? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What should i do to add image attribute from my cell phone?

How can i able to add my images from cell phone to a website?

13th Mar 2017, 9:04 AM
Md Wasim Ali Ansari
Md Wasim Ali Ansari - avatar
5 Answers
+ 4
could you specify your question a little bit more ? do you want to upload an image, which you took with your cell phone ? or do you want to upload any picture from your cell phone to your website ? if second question, than you woul need a ftp-client for your cellphone and a text editor. Get for example your index.html, open it, add the line <img src="your-picture.jpg">, save it and upload the .html file again
13th Mar 2017, 9:14 AM
Albert Kunz
Albert Kunz - avatar
+ 2
ftp = file transmission protocol and a ftp client like "filezilla" will give you a graphic user interface, so you can drag and drop your files, instead of transfering files via code
13th Mar 2017, 9:51 AM
Albert Kunz
Albert Kunz - avatar
+ 1
you upload the images to the storage provided to you by your hosting service then use the " <img src="" > attribute to access it from your HTML file
13th Mar 2017, 9:14 AM
ODUKOYA JESUSEYITAN
ODUKOYA JESUSEYITAN - avatar
0
what is ftp client?
13th Mar 2017, 9:44 AM
Md Wasim Ali Ansari
Md Wasim Ali Ansari - avatar
0
@Albert kunz can u please explain me in details what should i do aftet downloading ftp and text editor
14th Mar 2017, 6:27 PM
Md Wasim Ali Ansari
Md Wasim Ali Ansari - avatar