Miles Johnson // Script: Uploader (Plugin)
Very nice plugin for cakePHP for uploading files with great documentation. Got it running with minimal effort. Would recommend.
An all around general purpose file uploader for CakePHP. Packaged as a stand alone plugin with file validation, file scanning and support for a wide range of basic mime types.
Class Features:
* Automatically sets all ini settings required for file uploading
* Support for a wide range of mime types: text, images, archives, audio, video, application
* Logs all internal errors that can be retrieved and displayed
* Saves a log for all uploads happening during the current request
* Automatically validates against the default mime types and internal errors
* Can scan the uploaded files for viruses using the ClamAV module
* Files can be uploaded anywhere within the webroot folder
* Convenience methods for deleting a file, moving/renaming a file and getting the file extension or dimensions
* Built in methods for resizing images and generating thumbnails
* Custom Behavior to add validation rules to your Models validation set
* Custom Behavior that allows models to attach files to automatically upload the file and save its information to a database
This entry was posted on Tuesday, December 1st, 2009 at 1:31 am and is filed under cakePHP. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.


