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?
5 Antworten
+ 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
+ 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
+ 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
0
what is ftp client?
0
@Albert kunz can u please explain me in details what should i do aftet downloading ftp and text editor