how to store multile images full path into database so that i can display them in user home page lik
- by Deepak Narwal
I am making an application in which every user have to sign in first and then he can access his home page.Now on home page i have given a option of uploading image.Now if user is uploading one image i am storing the full path of uploaded image into database and from there i can display image easily by img tag...
But what should i do when user want…