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
Try also the Ajax php upload example.
Directory functions (order by file date)
DOWNLOAD or open files on your own risk! (Test only the file you're uploaded my yourself)
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