FileField provides a universal file upload field for CCK. It is a robust alternative to core's Upload module and an absolute must for users uploading a large number of files. Great for managing video and audio files for podcasts on your own site.
Features
Configurable upload paths allow you to save files into per-field or per-user directories
Per-field and per-node file size limits
Extensive API for extending field widgets and managing files
Full revision/translation file management
Views support
Ajax Uploads (and progress bar support with the PECL uploadprogress extension)
Pretty Icons
All the goodness of CCK (multiple output formats, shared fields, multiple values, and much more)
Read More...
www.drupal.org
"Drupal is a free software package that allows an individual or a community of users to easily publish, manage, and organize a wide variety of content on a web site."
Subscribe to:
Post Comments (Atom)
only show translated menu items into current language (Drupal 8)
function MY_THEME_preprocess_menu(&$variables) { if ($variables['menu_name'] == 'brancott-header-menu') { $langu...
-
Add the following to template.php in themes/YourThemeName /* * Override filter.module's theme_filter_tips() function to disable tips ...
-
1. How do I access the Drupal admin panel, when the login block is disabled? Answer :- This is really a common question among...
-
There are many lists for the best Drupal SEO modules if you search Google. However, many of these lists do not cover modules ...
No comments:
Post a Comment