plupload icon indicating copy to clipboard operation
plupload copied to clipboard

jquery.plupload.queue.js overrides custom settings.drop_element

Open andreanironi opened this issue 6 years ago • 0 comments

Hello I'm using jquery.plupload.queue.js, and I would like to use a custom drop_element target. Passing a drop_element as a custom setting does not have any effect - when settings.dragdrop is TRUE the custom drop_element is overridden and replaced with the default version. See line 164 of the file:

if (settings.dragdrop) { settings.drop_element = id + '_filelist'; }

andreanironi avatar Jun 07 '19 10:06 andreanironi