Page 1 of 1

Uploading and listing

Posted: Mon Jan 28, 2008 2:24 pm
by fatmart
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

Re: Uploading and listing

Posted: Mon Jan 28, 2008 4:13 pm
by JAM
I'd lookup glob(). It can list files in an array then you can display the files using that.