I am trying to build a site to sell standardized and customized mp3. I need to keep the product behind the public_html wall to keep people from being able to take them without permission, so I need a module that will fetch the file when the appropriate code, URL, or however is given by the payment company. Joomla! has a plugin called Phoca Download that more or less does what I want. Is there a Drupal equivalent or similar program?

Comments

WorldFallz’s picture

The ability to have private files is part of core. Just use a core file field set to private and put the private files path in the desired location at admin/config/media/file-system.

RFAwebmaster’s picture

Thank you for giving me a place to start looking