Forum Moderators: coopster

Message Too Old, No Replies

file uploading

need admin to upload files which index to directory

         

sakredei

6:22 pm on Aug 27, 2007 (gmt 0)

10+ Year Member



I think it'd be a rather simple script, but I'm pretty new at PHP still..
On a website I'm working on right now, I need to set up a page where an admin can upload files (any kind of file) and put in a name for that file, then have that name and the date it was uploaded dynamically put into a directory. No real security needed on this its just a site where we at the office have access to it. If anyone can point me in the right direction for this, maybe a script i can modify a bit or something, I'd really appreciate it.

eelixduppy

6:26 pm on Aug 27, 2007 (gmt 0)



Hello,

You may want to check out the documentation: handling file uploads [us3.php.net]. This should give you a pretty good idea of how to go about doing this.

good luck

sakredei

9:18 pm on Aug 27, 2007 (gmt 0)

10+ Year Member



hmmm thanks for that i'll look into it