Image

Component type

module

Maintenance status

Development status

Downloads

651448

Component created

Component changed

THIS MODULE IS OBSOLETE.

This module allows users with proper permissions to upload images into Drupal. Thumbnails and additional sizes are created automatically.

Images could be posted individually to the front page, included in stories or grouped in galleries.

Components

Image module ships with several add-on modules:

  • Image Gallery: Using taxonomy terms, organize and display your uploaded pictures in galleries (include Views support if you have Views 6.x-2.6 or later).
  • Image Attach: Allows you to easily attach image nodes to other node types.
  • Image Import: Simplify adding multiple images by importing images from a directory on the server.
  • ImageMagick Advanced: Adds advanced ImageMagick options such as image sharpening to the ImageMagick image toolkit. This component is unsupported.

upload (simple)

Component type

module

Categories

Development status

Downloads

1096

Component created

Component changed

A very simple upload module that allows you to quickly upload files into a sub-directory under files/ directory. It is design using popup windows so you can upload images, files while still writing your entry.

Filebrowser

Component type

module

Categories

Maintenance status

Development status

Downloads

56158

Component created

Component changed

This module provides an interface for administrators to expose directories on the file system to users through a file listing as in a FTP application.

You will create one node (node type dir_listing) for each each Directory Listing (DL). Node settings are used to control access and other features of the DL. These settings can vary per node and per user.

This module offers the following features:

  • Private downloads so that files (such as PHP files) can be downloaded.
  • File blacklists so that specific files can be removed from directory listings.
  • Node-based. All features available to nodes, such as path aliasing and access control can be applied to directory listings.
  • Settings to limit exploration of subdirectories

Inline

Component type

module

Maintenance status

Development status

Downloads

34800

Component created

Component changed

Inline module allows users to display uploaded files and images inline, i.e. place links to files into a content using a simple [inline:filename.jpg] tag. The effect is a link to the file or the display of an image, depending on the file type.

Inline allows users to place an uploaded image or a file attachment anywhere in the content. During creation of a content, a user can simply enter the number or filename of the attachment that should be displayed inline. After submitting the content, the number is automatically converted to the corresponding filename.

Attachment

Component type

module

Categories

Downloads

7054

Component created

Component changed

This module is an alternative to Drupal's included upload module. It uses the filemanager module to allow a unique namespace per node and support large number of files. In addition this module allows you to give each attachment a title and description.

Filemanager

Component type

module

Categories

Downloads

4118

Component created

Component changed

This module adds a full featured file management API for your modules to use. This API is module development and does not directly add functionality to your site. This module is required for the attachment module which is an alternative to Drupal's included upload module.

FSCache

Component type

module

Categories

Maintenance status

Downloads

1249

Component created

Component changed

a file system cache which allows storing of files on the filesystem of your web site. This module is used by filestore2 to ease the maintenace of files uploaded to the website.

Filestore2

Component type

module

Categories

Maintenance status

Downloads

1300

Component created

Component changed

a completely rewritten version of filestore which stores the files on the filesystem instead of in the database.

Note: this module does not respect node_access permissions. This is only a probloem if you site runs a node_access module.

Media

Component type

module

Maintenance status

Development status

Downloads

2239266

Component created

Component changed

The Media module provides an extensible framework for managing files and multimedia assets, regardless of whether they are hosted on your own site or a 3rd party site - it is commonly referred to as a 'file browser to the internet'.

Media is a drop-in replacement for the Drupal core upload field with a unified User Interface where editors and administrators can upload, manage, and reuse files and multimedia assets. Any files uploaded before Media was enabled will automatically take advantage of the many of the features it comes with.