fileupload-class.php extends PHP's built in file upload features, allowing users to easily and safely upload files to a web server using their browser.
The uploaded file name is cleaned up - special characters are deleted and spaces are replaced with underscores. The file is then moved to a specified directory (on your server). This class also gives the administrator control over how files with the same name are handled. fileupload-class.php also does its best to determine the file's type. If the user has named the file with the correct extension, then it will use that, but if the user tries to upload an extensionless file, PHP does can identify text, gif, jpeg, and png files for you. Error messaging is available in English, French, German, Dutch, Italian, and Finnish
The current version features minor bug fixes, code cleanup and more language support, while remaining backward compatible with existing scripts.
reducedcomplexity uploader is an advanced upload script. You can set an administrators password, rename or autorename files to be uploaded, overwrite the file or quit the upload in case the file already exists. A maximum filesize can be set, error and confirmation messages are editable. It is easy to set up , can easily be placed inside any existing php-file and can be run with register_globals=Off. Several language files are included. Also provided is an administration utility for the upload folder which allows you to browse and delete the files in your upload-folder, show filesize, -date and image-properties. The script is designed as an administrators tool but may also be used on public websites.
upload multiple files at a time,
upload only allowed file extensions, multiple users with their own directory ,
private (username / password) / anonimous upload,
email notification of upload including files, directory, IP adress and hostname,
create directories,
create thumbnails for uploaded images, supported types include GIF, JPG, PNG,
template sistem for easy integration with any application, fully customizable; view demo <a href="http://www.phprebel.org/releases/uploader/">here</a>
Designs uploader lets you upload files to your server from your website. Can upload files like: jpg, gif, png, zip, rar, ace, exe, html and php. Does not require mySQL.
A class to handle file uploads with PHP. It features: allow or block file extensions; three different copy modes (consider existing files); detailed error reporting; filesize limit.
This class generates the form elements for a file upload and stores the uploaded files in a directory. You restrict the file size and the allowed file types easily. The uploaded file information is returned in an associative array.
B2 File Uploader is an add-on for B2, the popular Blogger by Michael V. This script will upload your files (including images) from within B2 and then add the IMG SRC tags to your post automatically. This file is no longer needed because it has been included in b2 but if you need a sample file uploader, this will work well.
BlobHandler is a class set with many functions to handle file uploading/downloading with a MySQL database.
BlobHandler stores all files as blobs into your database so you can easily display lists of all uploaded files for downloading.
BlobHandler comes with example code.
A small and simple file upload script. Download also possible, but the main purpose is to upload your file with ease. Deleting is also possible only if the user is the owner who uploaded or an administrator. To use php Uploader, Unzip and Upload it; Change file mode to 777; goto "http://yoursite/.../upload.php" Password is "test" or "adminpass".
XPPubWiz.php is a standalone PHP script acting as a server for the Microsoft Windows XP Web Publishing Wizard (a nice HTTP upload frontend). It requires no installation and nearly no configuration. Based on the Gallery XP Publishing Wizard implementation written by Demian Johnston and Bharat Mediratta, this script is a standalone reference implementation, meant to be a simple starting point for anyone interested in writing a server for the Publishing Wizard.