Does the AJAX SlideShowExtender need multiple folders

  • Thread starter Thread starter Cal Who
  • Start date Start date
C

Cal Who

I'm using the AJAX SlideShowExtender.

It expects to find the image files in a folder.

Just to get use to the SlideShowExtender I simply created one folder for it
and let the user pick the album to be copied into it.

I figured I'd have a problem when I had more than one user because the
second user could overwrite the files the first user had inserted.

However, now that it is running it appears to work OK with more that one
user.

Do you understand what how SlideShowExtender does this and wether I'm safe
leaving like that?



Thanks
 
Cal Who said:
I'm using the AJAX SlideShowExtender.

It expects to find the image files in a folder.

Just to get use to the SlideShowExtender I simply created one folder for
it and let the user pick the album to be copied into it.

I figured I'd have a problem when I had more than one user because the
second user could overwrite the files the first user had inserted.

However, now that it is running it appears to work OK with more that one
user.

Do you understand what how SlideShowExtender does this and wether I'm safe
leaving like that?
So simple I don't know why I did think of it before.
I think I answered my own question.
I debugged with a break point in GetSlides and it is only called once to
start a slide show. Then not again on less the show is restarted.

So if the images are changed in my folder an instant after the call it
should be no problem.
 
Back
Top