Forum Moderators: open

Message Too Old, No Replies

Interface to search the contents of a folder

         

dupati1

7:46 pm on Nov 17, 2003 (gmt 0)

10+ Year Member



Hi all,

I dont know whether it is the right place to ask this question or not. The below is my question:

I have a folder named AdvancedDirectives under the link:

\Inetpub\wwwroot\documents\AdvancedDirectives

It has thousands of documents. When i display this folder on the Intranet, all the contents of the folder are listed as shown below:

******************

\documents\AdvanceDirectives

To Parent Directory

Thursday, January 21, 1999 1:12 PM 484135 000078-a.jpg
Thursday, January 21, 1999 1:12 PM 234997 000078-b.pdf
Thursday, January 21, 1999 1:12 PM 234895 000078-c.gif
and so on all the files are listed....

*****************************

This list has become a burdensome for the users to search for a particular document.

My question is - can i create an interface that takes the input from the user a file name and display the desired file, or takes the input as a string and display all the matched documents.

How can i create such an interface.

Any Suggestions.

Thanks in advance

VJ

korkus2000

8:04 pm on Nov 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



.Net or ASP? Are you using the FileSystemObject?

dupati1

8:24 pm on Nov 17, 2003 (gmt 0)

10+ Year Member



I am using ASP.
I have never used FSO.

Thanks

VJ

korkus2000

8:44 pm on Nov 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



IF you are not using FSO then how are you displaying the folder? Is it a direct link to a shared folder that allows directory browsing?