symlink_paths

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

When uploading files to the local file store on the server drupal defaults to disallowing symlinked locations outside of the document root.

This is a security feature which is designed to prevent file uploads being crafted to give access to system files.

When files are saved a 'streamwrapper' is called which handles the saving of the file and also does the check for symlinked folders

File MD5

Component type

module

Maintenance status

Development status

Downloads

1396

Component created

Component changed

Module helps to uniquely identify the files using their MD5 hashes.

All that this module does - extends the file_managed table with md5 column and, on file saving, set a value for it.

MD5 validation

Module provides an implementation of hook_file_validate() to validate file duplicates. This validation could be disabled here: admin/config/media/file-system.

True Crop

Component type

module

Maintenance status

Development status

Downloads

791

Component created

Component changed

This module allows you to generate new images by cropping existing ones. Because the cropped images are first-class file entities, they will appear (and can be reused) anywhere else a regular image file would be.

The module integrates with the Manual Crop module for its user interface.

SedaMicro

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

SedaMicro is a lightweight web-based and mobile user interface for audio recording and uploading. It allows direct
app-based recording of lightweight audio files, direct download of created audio files, and storage and publishing of generated content to Amazon S3.

Managed File

Component type

module

Maintenance status

Development status

Downloads

3549

Component created

Component changed

Extend default managed_file widget, which is a part of Form API, by a set of useful features. See examples below to be involved.

Usage

These additional options for element with '#type' => 'managed_file' is come with this module:

Add the Browse files link before the file input to use one of available file managers:

Compressed Filefield Widget

Component type

module

Maintenance status

Development status

Downloads

239

Component created

Component changed

This module provides a "Compressed filefield" widget for fields of type file that allow to archive and compress files attached to an entity into one single file. So in principle this filefield widget can gather both files and images from other fields of type file and image.