Good file upload/directory list

Associate
Joined
21 Aug 2005
Posts
715
I need something just for my own use (+possibly others) where I can stash files quickly using a form in a browser to upload on my own site.

Any suggestions?
 
Does your host support php?

You would possibly be best off with 2 scripts, one to upload the files, and one to list the directory contents. If you're running apache it should be possible for it to list the contents without any scripts, although with google you can find a script to do what you want.

http://www.evoluted.net/community/code/directorylisting.php is quite a good script for listing directory contents which I have used myself in the past.

If you google for a php upload script you should be able to find one you need.

If you don't have php then ignore this post as it will be pretty useless.
 
Back
Top Bottom