Download the PHP package yanli0303/yii-uploaded-file without Composer
On this page you can find all versions of the php package yanli0303/yii-uploaded-file. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yanli0303/yii-uploaded-file
More information about yanli0303/yii-uploaded-file
Files in yanli0303/yii-uploaded-file
Download yanli0303/yii-uploaded-file
More information about yanli0303/yii-uploaded-file
Files in yanli0303/yii-uploaded-file
Vendor yanli0303
Package yii-uploaded-file
Short Description A wrapper for CUploadedFile class of PHP Yii framework.
License MIT
Package yii-uploaded-file
Short Description A wrapper for CUploadedFile class of PHP Yii framework.
License MIT
Please rate this library. Is it a good library?
Informations about the package yii-uploaded-file
Yii-UploadedFile
By Yan Li
A wrapper for CUploadedFile class of PHP Yii framework. It adds following help methods to CUploadedFile class:
- isExtensionInList($extensions)
- isMimeTypeInList($mimeTypes)
- isImageTypeInList($imageTypes)
- validateImageDimensions($maxWidth, $maxHeight, $minWidth, $minHeight)
- validate($maxFileBytes, $allowedExtensions, $allowedMimeTypes)
- validateImage($maxFileBytes, $allowedExtensions, $allowedImageTypes, $maxWidth = null, $maxHeight = null, $minWidth = null, $minHeight = null)
- saveImage($saveAs, $pngToJpg = false)
Usage
All versions of yii-uploaded-file with dependencies
PHP Build Version
Package Version
The package yanli0303/yii-uploaded-file contains the following files
Loading the files please wait ....