I would like to create a page where members of my site can create Albums and upload pictures (this page would be integrated into my site and it's user system). Please correct me if I'm wrong, but it sounds like all I need to do is:
1. Manually create a directory
2. Create an Album object using the newly created directory as the albumfoldername
2. Call the `setTitle`, `setDesc`, etc on the Album Object to update database
3. Upload pictures into that directory
...I just want to make sure that's the proper steps to take. I want to make sure the ZenPhoto database is consistent with what's on the filesytem.
Thanks!
On my website I have a user I've installed ZenPhoto