Hi
One of my clients is looking for a website with a photo gallery having multiple albums. I checked your example, and have 2 questions:
1. Can I create albums folders dynamically (start with 1 ablume and create more from within the control).
2. Can I create ablums inside one folder[Albums], as I don't want to create folders on the website's root.
Root
|
|
____ Albums
|
|
____ Album1
|
____ Album2
|
____ Album3
I tested this architecture by creating folders manually, uploding photos using the code in the example shows an error
the error is
Could not find a part of the path 'C:\Websites\PhotoAlbum\PhotoAlbum\albumsalbum3\photo-coming-soon.gif'.
It is obvious there is an issue in (albumsalbum3) part. where (/) is not resolved
Please Advice!