PHP Upload and file / directory handling scripts


Demo page: File upload/download and directory functions

This example page is a demonstration of three functions and one PHP class:

  • Open a directory
  • Universal downloader
  • Directories oldest file
  • Easy PHP Upload (class)

PHP upload function

Max. filesize: 80 KB
Allowed extensions are: png, zip, pdf, gif, bmp

Directory functions (order by file date)

Related PHP functions:

move_uploaded_file | is_uploaded_file | opendir | readdir | substr | fread

Click here for the PHP scripts:
Open a directory | Universal downloader | Directories oldest file | Easy PHP Upload