| I need to automate adding photos to my galleries
I have all my photos in a series of directories and subdirectories and i want to create a script to enter the category names and then bulk upload my photos. I was thinking of setting up like this in photopost
main category
actresses
a(by first name)
-different actresses
b(by first name)
-different actresses
my folders look like this
actresses
actress name folder
-photos and web pages in this folder
actress name folder
-phpos and web pages in this folder
could i call uploadphoto.php and append the folder information ?
and do you have any idea how to add new categories and subcategories with a function call?
|