Download the PHP package a-sabagh/simple-file-uploader without Composer
On this page you can find all versions of the php package a-sabagh/simple-file-uploader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download a-sabagh/simple-file-uploader
More information about a-sabagh/simple-file-uploader
Files in a-sabagh/simple-file-uploader
Download a-sabagh/simple-file-uploader
More information about a-sabagh/simple-file-uploader
Files in a-sabagh/simple-file-uploader
Vendor a-sabagh
Package simple-file-uploader
Short Description Simple and Secure PHP File Upload with great options and very light and easy to use.
License GPL-3.0-or-later
Package simple-file-uploader
Short Description Simple and Secure PHP File Upload with great options and very light and easy to use.
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package simple-file-uploader
simple-file-uploader
🐘 Simple and Secure PHP File Uploader with greate options and very light and easy to use.
Requirement
- php 5.6 >=
Install Package
to install simple-file-uploader in your php project you can using composer
if you never willing to using composer you can download from Package and require src/Uploader.php
and use namespace
Usage
first,use name space and create object from Uploader
class
Uploader
class just accept one parameter as a destination of uploader files
Method | Parameter | Return | Descriptions |
---|---|---|---|
Array | Void | Set acceptable file type for Uploading | |
Integer | Void | Set max size for file in Byte | |
NULL | Array | Get result message of uploading proccess | |
$_FILE['file_name'] |
Array | Upload files and return uploading files info |
License
The MIT License (MIT). Please see License File for more information.
All versions of simple-file-uploader with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.3.3 || ^7.0
The package a-sabagh/simple-file-uploader contains the following files
Loading the files please wait ....