Hi
I want to make a file ( files.php ) : - I can upload files to ' upd/ ' directory . - Shows the files in ' upd/ ' directory with delete option .
I tried to make this file but i not Expert in files coding .
Thanks
for the uploading part you can use a form with an input type="file", crossed with the move_uploaded_file() function in PHP
as for the deletion check out the unlink() function
oh.. almost forgot.. scandir() function for getting directory content