An open API service indexing awesome lists of open source software.

https://github.com/jaxon-php/jaxon-upload

Ajax file upload with Jaxon
https://github.com/jaxon-php/jaxon-upload

Last synced: 4 months ago
JSON representation

Ajax file upload with Jaxon

Awesome Lists containing this project

README

        

[![Build Status](https://github.com/jaxon-php/jaxon-upload/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/jaxon-php/jaxon-upload/actions)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jaxon-php/jaxon-upload/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/jaxon-php/jaxon-upload/?branch=main)
[![StyleCI](https://styleci.io/repos/491279814/shield?branch=main)](https://styleci.io/repos/491279814)
[![codecov](https://codecov.io/gh/jaxon-php/jaxon-upload/branch/main/graph/badge.svg?token=8KD4KLQTXO)](https://codecov.io/gh/jaxon-php/jaxon-upload)

[![Latest Stable Version](https://poser.pugx.org/jaxon-php/jaxon-upload/v/stable)](https://packagist.org/packages/jaxon-php/jaxon-upload)
[![Total Downloads](https://poser.pugx.org/jaxon-php/jaxon-upload/downloads)](https://packagist.org/packages/jaxon-php/jaxon-upload)
[![Latest Unstable Version](https://poser.pugx.org/jaxon-php/jaxon-upload/v/unstable)](https://packagist.org/packages/jaxon-php/jaxon-upload)
[![License](https://poser.pugx.org/jaxon-php/jaxon-upload/license)](https://packagist.org/packages/jaxon-php/jaxon-upload)

File upload for the Jaxon library
=================================

This package provides file upload support for the Jaxon library.

The [Flysystem package](https://flysystem.thephpleague.com) is used to store the uploaded files.
They can then be saved on the local file system, AWS S3, Google Cloud, FTP, or any other storage system with a Flysystem adapter.

See the [online documentation](https://www.jaxon-php.org/docs/v4x/features/upload.html) for more information.