PHPackages                             almuth/upload - 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. almuth/upload

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

almuth/upload
=============

Handle file uploads with extensible validation and storage strategies

1.5.0(2y ago)0293↑33.3%MITPHPPHP &gt;=8.1

Since Sep 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/almuth/Upload)[ Packagist](https://packagist.org/packages/almuth/upload)[ Docs](http://github.com/almuth/Upload)[ RSS](/packages/almuth-upload/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (17)Used By (0)

Upload
======

[](#upload)

This component simplifies file validation and uploading.

Usage
-----

[](#usage)

Assume a file is uploaded with this HTML form:

```

```

When the HTML form is submitted, the server-side PHP code can validate and upload the file like this:

```
