Download the PHP package gringlas/cakephp-base64tofile without Composer
On this page you can find all versions of the php package gringlas/cakephp-base64tofile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gringlas/cakephp-base64tofile
More information about gringlas/cakephp-base64tofile
Files in gringlas/cakephp-base64tofile
Download gringlas/cakephp-base64tofile
More information about gringlas/cakephp-base64tofile
Files in gringlas/cakephp-base64tofile
Vendor gringlas
Package cakephp-base64tofile
Short Description Convert a base64 encoded string (like an image) to an actual file for usage in a standard file upload.
License
Package cakephp-base64tofile
Short Description Convert a base64 encoded string (like an image) to an actual file for usage in a standard file upload.
License
Please rate this library. Is it a good library?
Informations about the package cakephp-base64tofile
Base64ToFile plugin for CakePHP
About
This plugin will convert a base64 encoded file string into a "classic" fileupload, like in $_FILES, which can then be passed to other fileuploads, like josegonzalez/cakephp-upload.
Installation
To install simply add it to your composer dependencies composer require gringlas/cakephp-base64tofile
.
The plugin is mainly a behavior, which you should attach to your file entity:
Where field
contains the name of the field with the base64 encoded file.
All versions of cakephp-base64tofile with dependencies
PHP Build Version
Package Version
The package gringlas/cakephp-base64tofile contains the following files
Loading the files please wait ....