Hi. I searched over the internet and I found some scripts about uploading files with php. It stores the files in a folder and all. But what I want to do is actually have a list on the upload.php page (where my upload script is) of all the files I have uploaded in my folder. I want to be able to download them after too.
Do you have any scripts to propose me or a link to a page that can explain me how to do it?
Thanks and sorry for my english, it isn't my main language
Uploading and listing
Moderator: General Moderators
Re: Uploading and listing
I'd lookup glob(). It can list files in an array then you can display the files using that.