PHPackages                             mohamed-amine/file-uploader - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. mohamed-amine/file-uploader

ActiveLibrary[File &amp; Storage](/categories/file-storage)

mohamed-amine/file-uploader
===========================

a light PHP script that upload your files/images with easy steps &amp; some cool features like compression &amp; resizing

v4.0(1y ago)512311MITPHPPHP ^8.3CI passing

Since Sep 8Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/Amine-Cheribet/File-Uploader)[ Packagist](https://packagist.org/packages/mohamed-amine/file-uploader)[ RSS](/packages/mohamed-amine-file-uploader/feed)WikiDiscussions v4 Synced 2mo ago

READMEChangelog (10)Dependencies (1)Versions (16)Used By (1)

File-Uploader
=============

[](#file-uploader)

Simple Easy To use PHP File Uploader

install Via composer :
----------------------

[](#install-via-composer-)

`composer require mohamed-amine/file-uploader`

How To Use :
------------

[](#how-to-use-)

#### Html :

[](#html-)

##### Single file upload :

[](#single-file-upload-)

```

```

##### Multi files upload :

[](#multi-files-upload-)

```

```

### Simple File upload:

[](#simple-file-upload)

NOTE: every validation or other process should be done before uploading (calling save() method).

```
