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
- Host: GitHub
- URL: https://github.com/jaxon-php/jaxon-upload
- Owner: jaxon-php
- License: bsd-3-clause
- Created: 2022-05-11T21:39:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T18:22:34.000Z (over 1 year ago)
- Last Synced: 2024-03-27T07:07:36.756Z (over 1 year ago)
- Language: PHP
- Size: 120 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/jaxon-php/jaxon-upload/actions)
[](https://scrutinizer-ci.com/g/jaxon-php/jaxon-upload/?branch=main)
[](https://styleci.io/repos/491279814)
[](https://codecov.io/gh/jaxon-php/jaxon-upload)[](https://packagist.org/packages/jaxon-php/jaxon-upload)
[](https://packagist.org/packages/jaxon-php/jaxon-upload)
[](https://packagist.org/packages/jaxon-php/jaxon-upload)
[](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.