Allow your users to upload files to a selected directory. This script also creates a list of all files uploaded so they can be downloaded. Current features for uploading are size limitation, extension limitation, and stopping file overwriting.
Script that incorporates a file upload function and a directory listing facility, both of which are highly customizable. Written in PHP and designed to run primarily on UNIX based web servers, the source code is highly commented, making it prefect for both beginner and experienced programmers to understand and modify.
pUpload is the simple file upload interface developed in PHP. You can use it for uploading of some files to server (if there is PHP on that server) and you can use it to understand how uploading works in PHP.
Use PHP and a web browser to upload images or text files to your server. This object cleans up file names (by removing unsafe characters and converting spaces to underscore), moves the uploaded file to a specified directory, and displays the results. The class also handles duplicate file names, with three different modes: [1] overwrite existing files, [2] rename the new file ('filename_copy1.ext'), or [3] protect, do-nothing mode.
PHP based File Upload System. Features: Multilangual (English, Russian, Polish, German, ...). Time zone offset (depends on selected language). User can give description to file. Download counter. User can sort files by name, upload date, rating. Administrator can show own messages. Filename length limit.
Autodeleting files older than NN days.
Appearance tuning (colors, font). It is possible to define header and footer. Administrator account to delete files. Possibility to view contents of ZIP archives without downloading.