Need help displaying file structure

B

BW

We have a directory on our network where we keep pictures for all of our
customers. They utilize a directory structure to keep them organized. I
would like to have the clients be able to log onto a webpage and view their
files. What is the best way to accomplish this? Each client could have
several subdirectories below them.

Thanks
BW
 
B

Ben Rush

Use a treeview control and recurse through the directories, picking out
those files that have *.jpg, *.gif, *.png as the extension, etc. When you
encounter an image, create an image node on the tree; when you encounter a
directory, use a directory icon of some kind.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top