Hi all,
i was wondering if any one out there could help me with PHP.
I have a file called Upload.php and a process called Upload_process.php.
What it does is it uploads the file that i send to a folder called
"UploadedFiles"
What i am not able to achieve is that i have around 10 files sitting in that folder at present but it does not display it on a new web page called Drawings. So...i need help to do the following
1. Read the files that are in the "UploadedFiles " folder
2. Display those files( extensions are .bmp,.gif and .jpg) on a new web page called "Drawings.php".
thanks
regards
-bert