BradleyFaught / cake-uploader

File uploader and validation plugin for CakePHP.

Home Page:http://milesj.me/code/cakephp/uploader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uploader v3.7.3

A CakePHP plugin that will upload multiple types of files. Adds support for file validation and attachments within the model layer, the ability to transform image files (crop, resize, scale, etc) and minor support for Amazon S3 transfers.

This version is only compatible with CakePHP 2.

Compatibility

  • v2.x - CakePHP 1.3
  • v3.x - CakePHP 2

Requirements

Features

  • AttachmentBehavior allows models to attach files that automatically upload the file and save its information to a database
  • FileValidationBehavior adds file upload validation rules to your Models validation set
  • Support for a wide range of mime types: text, images, archives, audio, video, application
  • Uploaded images can be transformed after the fact: crop, scale, rotate, flip, etc
  • Automatically validates against the default mime types
  • Can scan the uploaded files for viruses using the ClamAV module
  • Files can be uploaded anywhere with custom settings
  • Convenience methods for deleting a file, moving/renaming a file and getting the file extension or dimensions
  • Supports the Amazon S3 system, allowing you to transfer your files to a bucket

Documentation

Thorough documentation can be found here: http://milesj.me/code/cakephp/uploader

About

File uploader and validation plugin for CakePHP.

http://milesj.me/code/cakephp/uploader