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

https://github.com/dynamic/silverstripe-imageuploadfield


https://github.com/dynamic/silverstripe-imageuploadfield

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

        

# SilverStripe ImageUploadField

[![Latest Stable Version](https://poser.pugx.org/dynamic/imageuploadfield/v/stable)](https://packagist.org/packages/dynamic/imageuploadfield)
[![Latest Unstable Version](https://poser.pugx.org/dynamic/imageuploadfield/v/unstable)](https://packagist.org/packages/dynamic/imageuploadfield)

[![Build Status](https://travis-ci.org/dynamic/silverstripe-imageuploadfield.svg?branch=master)](https://travis-ci.org/dynamic/silverstripe-imageuploadfield)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dynamic/silverstripe-imageuploadfield/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/dynamic/silverstripe-imageuploadfield/?branch=master)
[![codecov](https://codecov.io/gh/dynamic/silverstripe-imageuploadfield/branch/master/graph/badge.svg?token=NwnVzhOZlx)](https://codecov.io/gh/dynamic/silverstripe-imageuploadfield)

SilverStripe UploadField pre-configured for Image uploads. Allows max file size to be set site wide.

## Requirements

* [silverstripe/silverstripe-framework](https://github.com/silverstripe/silverstripe-framework) ^4.0

## Installation

`composer require dynamic/imageuploadfield ^2.0`

## Documentation

See the [docs/en](docs/en/index.md) folder.

## Bugtracker
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over
existing issues to ensure yours is unique.

If the issue does look like a new bug:

- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots
and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version,
Operating System, any installed SilverStripe modules.

Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.

## Maintainer Contact

* [Dynamic](http://www.dynamicagency.com) ()

## License
See [License](license.md)