View Single Post
Old 10-25-2007, 01:51 PM   #2 (permalink)
bluesaga
Super Moderator
Advanced Programmer 
 
bluesaga's Avatar
 
Join Date: Sep 2007
Posts: 165
Thanks: 0
bluesaga is on a distinguished road
Default

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.
bluesaga is offline  
Reply With Quote