- 1,233 categories
- 40,621 scripts
Updated: 11/01/2005
- 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.
REQUIRES PHP 5+
Features:
* Handles single or multiple files
* Specify maximum filesize
* Specify acceptable file MIME type(s)
* Specify unacceptable file extension(s)
* If the upload is an image, specify maximum pixel dimensions
* Filenames are automatically cleaned up
* Moves the uploaded file to a specified directory
* Handles duplicate file names, with three different modes: [1] overwrite existing files; [2] rename the new file; [3] protect, do-nothing mode
* Error messages in English, French, German, Dutch, Italian, Finnish, Spanish, Norwegian, Danish, and Swedish.
- Categories
- Tags
- Platforms
- Licenses
- This class can be used to compose and send messages via SMTP.
It extends another class to compose e-mail messages named Easy Mail. It overrides the messages sending function to use an SMTP class to send the message via an SMTP server rather tha...
- It is a PHP class that helps you to parse and output checksums from the files generated by FastSum checksum utility. As well as the regular checksum files created by other similar utilities this class extends limits and can also handle extra informat...
- Easily make a quick random choice between two options. This php script works by seeing if the current server time seconds is even or odd. The code snippet also extends the basic principle to let you flip a 3-sided coin (for choosing among 3 options)....
- class.browser.php is a class of functions that is designed to make it easy to download web pages for numerous uses, including for web crawling. It extends the functionality of the PHP function fsockopen, as well as adds string parsing functions to ma...
- This tutorial teaches you how to store a picture file on the server so that you can create a photo gallery of images that users upload to your site. The coding sample initially displays a form for you to fill in; browsing is enabled. The information ...