Hello friends,

I'm creating image slide show.
I can isplay images and checked imges (those that i want in slide show).
but problem is i want save selectec images so that i can use them in slide show

any idea

plz help

Recommended Answers

All 5 Replies

Member Avatar for rajarajan2017

So you are going to make the slideshow with the selected images r8.

selected in the sense you are using any checkbox to select the image or directly retrieved from the databse with the marked one?

Actually you are retrieving the images directly from database (or) file system (or) URL from the database for initally displaying the image?

actually I'm selecting images through chechbox

So you are going to make the slideshow with the selected images r8.

selected in the sense you are using any checkbox to select the image or directly retrieved from the databse with the marked one?

Actually you are retrieving the images directly from database (or) file system (or) URL from the database for initally displaying the image?

actually I'm selecting images through checkbox

So you are going to make the slideshow with the selected images r8.

selected in the sense you are using any checkbox to select the image or directly retrieved from the databse with the marked one?

Actually you are retrieving the images directly from database (or) file system (or) URL from the database for initally displaying the image?

any idea about selected images(check box) slide show

So you are going to make the slideshow with the selected images r8.

selected in the sense you are using any checkbox to select the image or directly retrieved from the databse with the marked one?

Actually you are retrieving the images directly from database (or) file system (or) URL from the database for initally displaying the image?

Member Avatar for rajarajan2017

I need some info to help you out. Tell the procedure:

How did you retrieve the images from system or database?
if database, what is the method? blob or url?
When will you mark your images as checked?

Then,
Store the image name or some id into a varibale probably array.
Finally you have a generated array of selected images.
Establish the connection to database retrieve the images that is in your array.
Create the slideshow with the images.

This is the logic from what I understood

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.