Download the PHP package mohamed-amine/file-uploader without Composer
On this page you can find all versions of the php package mohamed-amine/file-uploader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mohamed-amine/file-uploader
More information about mohamed-amine/file-uploader
Files in mohamed-amine/file-uploader
Download mohamed-amine/file-uploader
More information about mohamed-amine/file-uploader
Files in mohamed-amine/file-uploader
Vendor mohamed-amine
Package file-uploader
Short Description a light PHP script that upload your files/images with easy steps & some cool features like compression & resizing
License MIT
Package file-uploader
Short Description a light PHP script that upload your files/images with easy steps & some cool features like compression & resizing
License MIT
Please rate this library. Is it a good library?
Informations about the package file-uploader
File-Uploader
Simple Easy To use PHP File Uploader
install Via composer :
How To Use :
Html :
Single file upload :
Multi files upload :
Simple File upload:
NOTE: every validation or other process should be done before uploading (calling save() method).
Validation:
Available validation methods are:
- size(float $min, float $max) min & max are in MB
- extension(array $allowed)
- number(int $min, int $max = null)
Processing uploaded files:
Note: this function require php-gd to be installed on the server. currently only images can be processed, available methods are:
- compress(int $quality) NOTE : compresssion level 0 to 100 lower is the most compressed and lowest quality
- resize(int $width, int $height)
- setName(array $names)
contribution
any contribution will be welcomed.
All versions of file-uploader with dependencies
PHP Build Version
Package Version
The package mohamed-amine/file-uploader contains the following files
Loading the files please wait ....