Send the actually attached file's url within an e-mail
I have a Drupal 7 site with a custom node type with a custom attachment field. After a (kind of this custom) node has been published, I got an e-mail with the help of Rules module. I would like to set up an another rule, which sends me an another e-mail, when somebody edits this node and uploads an attachment. Inside the mail, I want to see the full url to the uploaded file.
After a several test, I'm not able to insert the full path to the uploaded file. The [node:field-attachment:file] doesn't work at all. I'm able to insert (manually) the url where this file resides, but after I can not insert the file name (so even the filename would be enough for me).
So with the [node:field-attachment:file] I got an error: Fatal error: Call to a member function value() on a non-object in /home/xxx/sites/all/modules/entity/entity_token.tokens.inc on line 297.
Read moreupload_insert: Inserts attached files into body
This module adds insert buttons to attached files list (upload module), that inserts it into body in selected format. So there is no need in monsters like IMCE, Wysiwyg-imagefield etc., work out of box, supports wysiwyg, imagecache etc. Also when node deleted its files also deleted (via upload module).
Read moreMedia: O futuro dos ficheiros multimédia no Drupal 7
Read moreFile browser to the Internet...
Features
* Add media of all types (Images, Audio, Video, Documents) into any textarea (requires Wysiwyg module)
* Use the fields API (formerly CCK) to add fields to any type of media. Think captions on images and genres on audio.
* Flexible display filters to do on-the-fly image manipulation, flash based players for A/V, etc (with the Styles module)
* Plugins to use remote media from sites like youtube, flickr, etc
* A unified interface for adding any type of media as a field to a node (or in the future - users and terms as well).
* Administration screens for CRUD dealing with Media
* Mass import of files
* Drag and drop upload (w/ plupload module)
* Multiple selection for galleries, etc in the media browserFeatures (In progress)
* Drop-in replacement for any file upload field in Drupal
Features (Planned)
* Fine grained access control for viewing / editing media
* Many many more :)
The best module to allow file uploads to have metadata?
Hello all. My apologies if this question belongs in a more entry-level group (let me know if you recommend one.)
The question: The site I'm building will need to have a strong ability to present files for download by users. The out-of-the-box drupal has the Uploads module, which allows us to place files onto the site. However, there is no functionality for the uploader to include metadata for the file like name, author, date, keywords, etc.
-- What is the most established/respected/good module that will allow uploads to have metadata?
Read morenew utility module: File MIME type
I got frustrated with files uploaded via the Upload module being assigned seemingly random MIME types, depending on the client that originally uploaded the file. So I made a little utility module -- http://drupal.org/project/filemime -- that may be useful for anyone using the Upload module. It rewrites the MIME type for each file upload based on a server-side mime.types file and/or custom settings.
It hasn't been heavily tested yet so please file an issue if you find any..
Read moreAnonymous file download
With the current, stable ecommerce version, I'm putting together a site where free (price $0) file products can be downloaded without purchase. I've made it so that free file products are uploaded into an unprotected directory, and I've modified ec_file_may_download in file.module to allow these files to be downloaded with whatever permissions. This works perfectly for authenticated users, they can download these files easily, however anonymous users get redirected to a 404.
Read moreFile Fun
So the Summer of Code is started and getting private and public files working is now on the top of the list of my priorities. The first issue to solve, should this go in Drupal 5 or Drupal 6. Because of the nature of the fixes Drupal 6 would make sense but may contain too many problems to work around (bugs, wildly changing code). What has really left it up in the air is this patch which would associate files with users rather than nodes. So the first step is to figure that out.
Read moreModules for DMS
After reading Hariska2@drupal.org's comment about creating a rudimentary DMS module, I was thinking about wanting just such a thing. (It is part of the reason for establishing this group.)
However, much of the functionality already exists. I want to make sure that if I aid in the creation of a new module for document management that that module doesn't totally overlap existing functionality to much. However, there are some pretty significant improvements that I think could be made. I will commence with suggesting the things that already exist and then consider what is missing.
Read more





