This is a very nice module, permitting to manipulating files both from drupal and from the file system itself.

Support for the module Drag'n'Drop_uploads would be nice.
This modules allows to drag&drop files from the local FileExplorer to the Webbrowser's Body-field of the Drupal-node. The file then gets attached in de files-list. (works fine for Chrome/Safari, not for IE)
It doesn't seem to work at the moment.
I understand your FileBrowser does not need/support the Body-field, but using it as a drop-zone would be a nice feature, which can be en-/disabled by filling the Body-fieldtitle.

Normally, this works as follows:
- download and install http://drupal.org/project/dragndrop_uploads
- edit your Content Type,
--make sure the Body-field(!) is shown (Since you programmatically create the ContentType, this might be the cause)
--go to the section 'Drag'n'Drop settings', and enable the widget.
-- Save your ContentType
- create/edit a Node of your content type.
-- now, drag and drop a file from your File Explorer
-- the files gets attached, not into your Body, but in the attached files-list.
However, even after filling a title in the body-field, the section 'Drag'n'Drop settings' does not appear.

Kind regards, John

Comments

clivesj’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)