FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

keycoder/cake-uploader: File uploader and validation plugin for CakePHP. · GitHub

 
 

Latest commit

 

History

168 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uploader v3.6.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.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors


Back | FazBrowse Home | New Git URL