Upload Script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bah_bah_bah
Forum Newbie
Posts: 1
Joined: Tue Feb 22, 2005 10:41 pm

Upload Script

Post by bah_bah_bah »

Hi I was wondering if anybody knew of a upload script that can do this

- Have password protect on it
- List current files in that directory
- Of course have the upload dialog

If it has any extras it don't matter just needs to have those...If anybody knows of one please let me know of where I can get it.....Thanks :)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

  • .htaccess / HTTP Authentication / in-page database driven..
  • opendir()/readdir() or glob() ... search or read the documentation
  • there are many upload scripts floating around here alone
Post Reply