Ok here's the scenario;
I have an upload system which works and uploads image files to a folder called 'upload'.
I also have a homepage.
I want to be able to display the latest file that has been uploaded on the homepage.
How can I achieve this?
Thanks :)