I am creating a photobook.
I have a main frame and a photo list. The photo list is nothing but a line of photo thumbnails.
I can drag and drop the thumbnails to the main frame where they become proper full sized pictures.
1 photobook can contain as many as 20 pictures. The 20 pictures are predefined/set pictures.
I am just wondering how this can be implemented.
a. Do I get all the images at one shot when my page gets loaded ?
1. In that case where can I keep/store the images?
2. Will getting those 20 pictures at once affect performance ?
b. Do I get the thumbnails and when the button is clicked, I get the actual image from the server using Ajax ?
One more thing...
How can I send these images from server to client using JSON object ?