So i'm newish to drupal and the set of modules. Can anyone suggest a module or combination of module to do the following:

1. Form with file upload
2. Form needs other info (metadata) about the file from the user, ie. category, doc type, etc
3. Once uploaded and sorted this file needs to be checked and approved by different groups (work flow)

Can this be accomplished with existing modules? or do I need to consider writing a custom module?

Comments

papile’s picture

The upload module that is standard with drupal automatically gleans the size, mime type etc off the file when it is uploaded. It also allows your user to have a form element to upload things. As far as the rest of the workflow, well you would probably need to code your own module to get going on that as it seems somewhat specific.