Multi File Node Uploads

Component type

module

Maintenance status

Development status

Component created

Component changed

This module will allow upload of multiple file nodes, initially allowing one set of generic meta data per node per file. Any available content type can be created as long as it contains a file field.

Eventually this will be extended to allow meta information per node.

Gfile

Component type

module

Maintenance status

Development status

Component created

Component changed

This sandbox project integrates file entities and group by creating new group permissions that mimic the global file entity permissions. Only integrates with private files.

Dependent on the group changes patch from comment #29. https://www.drupal.org/node/2317195#comment-11253099.

Setup

File Accept

Component type

module

Categories

Maintenance status

Development status

Downloads

254

Component created

Component changed

Adds an accept attribute to all file upload fields that have allowed extensions set. When provided with this information, browsers will only allow files of that type to be uploaded via dialogs, instead of offering all files.

Linkit picker file

Component type

module

Categories

Maintenance status

Development status

Downloads

431

Component created

Component changed

What it does

Provides integration between file_entity and linkit_picker.

How to use

  • Enable the module.
  • Go to "admin/config/content/linkit_picker".
  • Enable the file tab.

Box CORS

Component type

module

Maintenance status

Development status

Downloads

274

Component created

Component changed

This module allows users to generate access token dynamically and
allows users to upload files to box.com through CORS method with out uploading the files to local file system.

This module requires a Box Application to be created from
https://app.box.com/developers/services. Please specify the urls of the website in the configuration settings.

MIME file validator

Component type

module

Maintenance status

Development status

Component created

Component changed

"MIME file validator" validates file type on server side. This is simple module. In drupal 7, files validate only on file name extension.
This module is dependent on "fileinfo" php library.
There is no setting related to this module. Automatically working after installation