adamb/file-upload

A PHP class to upload files and define maximum size and allowed extensions

1.0.7 2020-11-02 10:11 UTC

This package is auto-updated.

Last update: 2024-03-29 03:38:24 UTC


README

A PHP class to upload files and define maximum size and allowed extensions

Installation

Installation is available via Composer/Packagist, you can add the following line to your composer.json file:

"adamb/file-upload": "^1.0"

or

composer require adamb/file-upload

Usage