How to upload picture from your andriod? If any know plz tell me. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

How to upload picture from your andriod? If any know plz tell me.

I want to know that how to upload picture to code from Android. for example.. <img src="tree.jpg" and so on>.

30th Jun 2017, 3:54 PM
Qaisar Khan
Qaisar Khan - avatar
15 Réponses
+ 6
Go to www.imgur.com, upload your picture there or download imgur app if you plan on doing it (uploading pictures) frequently. The site will generate a URL for each of your pictures, you may use it in your <img src=""> :)
30th Jun 2017, 4:46 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
30th Jun 2017, 4:23 PM
Qaisar Khan
Qaisar Khan - avatar
+ 2
yes
30th Jun 2017, 4:06 PM
Qaisar Khan
Qaisar Khan - avatar
+ 2
I mean that when I run code it give up my picture in answer.
30th Jun 2017, 4:20 PM
Qaisar Khan
Qaisar Khan - avatar
+ 2
you need to learn php to handle your picture file. or you can use javascript
30th Jun 2017, 4:28 PM
Ananta Dwi Prasetya Purna Yuda
Ananta Dwi Prasetya Purna Yuda - avatar
+ 2
thanks for sharing your ideas. I think will lea n from that website. thank you
30th Jun 2017, 4:35 PM
Qaisar Khan
Qaisar Khan - avatar
+ 2
thanks. I think this will work..
30th Jun 2017, 4:48 PM
Qaisar Khan
Qaisar Khan - avatar
+ 1
did you mean upload picture using form?
30th Jun 2017, 4:06 PM
Ananta Dwi Prasetya Purna Yuda
Ananta Dwi Prasetya Purna Yuda - avatar
+ 1
you can use form tag with input tag as child. then you have to use php to handle that file
30th Jun 2017, 4:17 PM
Ananta Dwi Prasetya Purna Yuda
Ananta Dwi Prasetya Purna Yuda - avatar
+ 1
here in this code, I want to upload my pic so what I need to do.
30th Jun 2017, 4:21 PM
Qaisar Khan
Qaisar Khan - avatar
30th Jun 2017, 4:22 PM
Qaisar Khan
Qaisar Khan - avatar
+ 1
hmm, i dont know what you mean
30th Jun 2017, 4:22 PM
Ananta Dwi Prasetya Purna Yuda
Ananta Dwi Prasetya Purna Yuda - avatar
+ 1
ok, thanks bro!!
30th Jun 2017, 4:29 PM
Qaisar Khan
Qaisar Khan - avatar
+ 1
ok, sorry i cannot give you sample code. but you can use this link as your reference. https://www.w3schools.com/php/php_file_upload.asp
30th Jun 2017, 4:31 PM
Ananta Dwi Prasetya Purna Yuda
Ananta Dwi Prasetya Purna Yuda - avatar
+ 1
ok np, have a nice day
30th Jun 2017, 4:36 PM
Ananta Dwi Prasetya Purna Yuda
Ananta Dwi Prasetya Purna Yuda - avatar