How to serve files in Drupal without using links? -


How can I serve files in Drupal without revealing any such link which can be used again? This type of thing is usually handled by PostBack in .NET, for example, but I can not find any documents to complete it in Drupal.

The goal is to be able to give specific file to the user exactly once they complete a series of steps defined by the module. Some eCommerce modules provide some features to support limited file downloads, but I prefer not to set up a complete eCommerce solution to complete a task.

Thanks in advance!

Once you write a module to manage the URL and log in while logging in.

The module will use the function to serve the file from some personal space.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -