Want to create a page for selecting a list of files from dir

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ssbshankar
Forum Newbie
Posts: 1
Joined: Fri Nov 18, 2011 9:42 am

Want to create a page for selecting a list of files from dir

Post by ssbshankar »

Hi,

I m looking to create a web page which will do following:

1. Take a directory path
2. Populate a tree structured menu to list out contents of the directory.
3. Select (check box) individual files.
4. Create a file (report) which will contain the list of selected files with their relative paths

Are there any ready open source available which can be put into Apache server and access it?

Or , please suggest where to start.

Thanks,
SSB
User avatar
manohoo
Forum Contributor
Posts: 201
Joined: Wed Dec 23, 2009 12:28 pm

Re: Want to create a page for selecting a list of files from

Post by manohoo »

Your planning logic is good, and the project seems simple enough, why don't you start coding it?
Post Reply