Hi,
It's mentioned in README that this module supports Multiple dropzones, but i can't find any options for that. I have multiply filefields and textarea on the Form. I want to be able to assign a different filefield to each textarea and also have some standalone dropzones (without textarea) for some filefields. Is this possible? if it's how?
PS: Thanks for sharing this module, it's really awesome
Comments
Comment #1
nonprofit commentedComment removed by user for being off topic.
Comment #2
fildawg commentedI themed the CCK as described here: http://drupal.org/node/601646 to output multiple filefields. I wrapped the each field with
<div id="dragndrop-uploads><div class="dropzone dropzone-[FIELD_NAME]>This appears to work to create multiple drop zones, but I need to do more testing. YMMV