filepicker / filepicker-django

A django plugin to make integrating with Filepicker.io even easier
Other
93 stars 29 forks source link

CONVERT service not implemented on FPFileFields/FPFileForms #44

Closed WKobes closed 5 years ago

WKobes commented 8 years ago

Probably due to the lack of updates, the CONVERT service with features mentioned here does not work.

The service is recognized as a valid service, but the convert options do not show up when uploading a picture.

WKobes commented 8 years ago

It turned out that the CONVERT service is not implemented in the v1 version of Filepicker.

You can use the convert option by setting the FILEPICKER_JS_VERSION setting to 2

Maybe it would be nice to document this setting.