plupload
plupload copied to clipboard
jquery.plupload.queue.js overrides custom settings.drop_element
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'; }