Vue-dropzone: Not all DropzoneJS configuration is supported.

Created on 27 Jun 2017  路  5Comments  路  Source: rowanwins/vue-dropzone

It looks like not all dropzone configuration (options) are passed to DropzoneJS.

:dropzone-options="dz_option" :use-custom-dropzone-options="true"

I do not see previewsContainer, createImageThumbnails... in code which exists in DropzoneJS document .

I believe the DropzoneJS options used to be passed as it is when useCustomDropzoneOptions is true, and it might change. It caused another issue https://github.com/rowanwins/vue-dropzone/pull/124.

enhancement v3

Most helpful comment

@vrajroham Thanks for letting me know!

For those who may face a similar issue, as an workaround, I am using the version 2.3.1 which passes dropzoneOptions to DropzoneJS as it is when useCustomDropzoneOptions is true. The name of option should follow the DropzoneJS document for the version.

All 5 comments

@yhosun You are right. Unfortunately the options provided now, are added long time ago by owner. Later on some were added by contributors. Right now maintainers are busy with other priority work on component development and other things. Surely other options will be added soon when we get time. Thanks for letting us know.

Mean while keep this issue open so progress can be tracked.

Thanks

@vrajroham Thanks for letting me know!

For those who may face a similar issue, as an workaround, I am using the version 2.3.1 which passes dropzoneOptions to DropzoneJS as it is when useCustomDropzoneOptions is true. The name of option should follow the DropzoneJS document for the version.

Resolved in v3

Just a PSA: this is working correctly in 2.3.1 but not in 2.3.6, if you need this feature downgrade until version 3 is realeased.

Hi @yhosun

v3 is alive, check out the all new docs which includes this functionality.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

syrex88 picture syrex88  路  6Comments

stevenhardy-digital picture stevenhardy-digital  路  4Comments

esslamben picture esslamben  路  6Comments

dainemedia picture dainemedia  路  4Comments

awacode21 picture awacode21  路  5Comments