sroze / SRIORestUploadBundle

A symfony bundle to handle multiple upload ways on your REST API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unrecognised options

EwanValentine opened this issue · comments

InvalidConfigurationException: Unrecognized options "upload_dir, resumable_entity, parameters" under "srio_rest_upload"

Which release are you using? dev-master or a tagged release?

Yep, dev-master

The documentation is out of date for dev-master and is more relevant for the tagged release.

Have a look at the Test fixtures for an example of how this should be configured since the new version uses Gaufrette.

https://github.com/sroze/SRIORestUploadBundle/blob/master/Tests/Fixtures/App/app/config/config.yml

Lack of documentation, duplicate of #14.