10-25-2007, 01:51 PM
|
#2 (permalink)
|
|
Super Moderator
Join Date: Sep 2007
Posts: 165
Thanks: 0
|
Well the management of the uploads is easy:
http://uk3.php.net/manual/en/ref.filesystem.php
See the file system functions, and use them to list and rename, delete etc the files. The file functions are a good place to start with, but it would be worth you adding mysql support for management of the files eventually.
|
|
|
|