[PHP] File Browser like Win Explorer in php

2002-07-27 Thread Reuben D. Budiardja

Hi,
I am wondering if anyone has created or know where I can get a code for
browsing files and directory in using php in linux. The one I am looking
for is file browsing capability that is similar to Window Explorer,
meaning you can expand and collapse directory.
I just don't want to re-invent the wheel. If anyone knows about this,
please let me know. I appreciate the help. 

Thanks in advance.
Reuben D. Budiardja





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] File Browser like Win Explorer in php

2002-07-27 Thread Bob Lockie

On 27 Jul 2002 17:16:52 -0400, Reuben D. Budiardja wrote:

Hi,
I am wondering if anyone has created or know where I can get a code for
browsing files and directory in using php in linux. The one I am looking
for is file browsing capability that is similar to Window Explorer,
meaning you can expand and collapse directory.
I just don't want to re-invent the wheel. If anyone knows about this,
please let me know. I appreciate the help. 

Thanks in advance.
Reuben D. Budiardja

Check out:
http://www.phpbuilder.com/snippet/
http://www.phpclasses.org/

I don't know if what you want is there.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] File Browser

2002-07-12 Thread Darren Young

I'm looking for some type of file storage / browsing script to park on an
Intranet site. I need to have people log in and be presented with a listing
of files stored on the server along with other info such as dates/times,
description, author and perhaps some versioning abilities. The files
themselves should be stored on disk and the metadata about the files
inside a database (MySQL preferred but Postgres is OK). All the db should
house is a pointer to the path of the file on the server's disk. I'd like
them to be categorized by topic or subject area (network, sales, finance,
etc) and have some type of search interface to locate them. If general users
can have the ability to upload it would be nice if there were some type of
permissioning on who can view/edit/save docs back to the server/database. If
it could have some type of version control (CVS preferred) that would be
wonderful.

Anyone have any pointers to existing scripts? What would this type of
application be called? A document repository perhaps?

Thanks in advance,

Darren Young
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] File Browser

2002-07-12 Thread Jason Wong

On Saturday 13 July 2002 09:51, Darren Young wrote:

 Anyone have any pointers to existing scripts? What would this type of
 application be called? A document repository perhaps?

There's something called Owl (search sourceforge/freshmeat etc). Or you can 
try phprojeckt which has a document repository module.

-- 
Jason Wong - Gremlins Associates - www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *

/*
A synonym is a word you use when you can't spell the word you first
thought of.
-- Burt Bacharach
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php