sroze / SRIORestUploadBundle

A symfony bundle to handle multiple upload ways on your REST API.
46 stars 17 forks source link

Unrecognised options #13

Closed EwanValentine closed 9 years ago

EwanValentine commented 10 years ago

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

inverse commented 10 years ago

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

EwanValentine commented 10 years ago

Yep, dev-master

inverse commented 10 years ago

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

sroze commented 9 years ago

Lack of documentation, duplicate of #14.