-
java photo album api
Hey everyone,
so basically I want to make a site where people choose a folder from a list and then the site generates a web album from that folder.
And my quiestion is are there any apis that can make developing this site a littlebit easier? I searched the internet but didnt find anything
-
"choose a folder from a list..."
...on their own file system?
and you want this to work as web application?
-
No the folders will be on the server and yes I want to make a web app.
-
Since you want it as a Web application,
Why not doing this using as an applet?
I suggest reading some applet tutorials and its API would help you through.