Hi all,
I am looking for a way to implement some kind of shopping cart to download multiple files at once.
Let me explain:
I am using PHP, HTML and MySQL to implement the following:
I have created a database and application showing thumbnails of all kinds of images. The thumbnails and the original image have been stored on a file-server.
I want the user to be able to somehow indicate (for instance with a checkbox) that he / she wants to download the original image(s) corresponding to certain thumbnail(s). After having indicated all images, the user should be able to press a button (\"Download\") and specify a location (on his / her PC) where he / she would like to store the selected images.
The interface (i.e. checkbox / button) is not relevant to me yet, the problem is that I have no idea how to download multiple images at a time?!!
Can anybody help me with my problem in any way???
Thanx in advance.