follow me on Twitter

Archive of March 2004

March 19

EUWDPC file browser

I’ve decided to publicly release a little php file browser I’ve been working on. It allows viewing of a few different types of file including images and audio and even allows you to view source of html and php files (useful for an online code repository). It’s also heirachical in terms of folder browsing making it quite quick and easy to use and has a Folder commenting system to help you keep track of what’s where. And file type filtering too.
Oh, and the bizarre acronym name is down to a kind of in joke that only a handful of people even understand so I welcome suggestions for a new name.

Anyway, see it in action here.

And download the single php file it runs on here.

In the to do list for it we have:


  • addition of other file types

  • abstraction of the css

  • abstraction of the file type handling

This last one would allow people to write plug-ins for supporting other files but I think that’s a fair way down the road.

So, comments and suggestions welcome below. Thanks.

01:43 PM | 0 Comments