I want to upload all files of a folder to my PHP page.
That is, If I have several images inside a folder, and I want to upload (HTTP POST) all pictures in the folder to my PHP page, which then gets saved in my web directory by their respective file names.
How can I do that? I know about AsyncTask, but I am beginner in Android programming. I don't know how to make array or list or loops.