I am referring this code in my project..code snippet. Here i can able to upload one image succesfully..Now i have to upload more than one image..How can i do that one..I di
Please refer to my answer to the question:
Save multiple image into mysql php from android but only one image get inserted
Edit:
In your PHP sript you are overwriting the image upload because you are using the same upload path for both images.
You must make sure the $path value is unique .
Try this script: