Managing Digital assets

gopal's picture
I'm looking for a solution to handle digital assets as part of the Drupal CMS. In essense the module should allow the following: - upload digital assets such as documents in pdf format - embed the links in the pages - logged in users can download if they are permitted to do so - provide download statistics - time specific permission to download them Do you find any drupal module to handle these? There is a module called 'asset' which supports uploading images, pdfs, video clips etc and allow you to embed/insert in nodes. But I expect something more than this. I would be happy to coloborate if someone is interested in developing a new module. cheers Gopal

Comments

jbc's picture

Document handling

Have you looked at the ipaper module which works with the scribd.com system? I've installed it at http;//academy.eternalpurpose.org.uk/resources if you want to have a look. I find it excellent for my needs.
gopal's picture

ipaper

Thank you for the info. I tried the ipaper module. The issue is how to control the download by login. Once someone knows the url for downloading a document they can freely download the document without the need to log in. What I'm expecting is to restrict the download facility only to a certain user role. Many thanks Gopal