By gswaim on
Getting close (less than 24 hours) to opening up my first Drupal based site... Just doing a few last minute tweaks.
Question:
Is there anyway to control file attachments through module configuration. I would like to control the type of file the users can upload (based on file extension), the number of files per node, and the file size per node. I don't see this type of configuration in the Upload module (just dimensions for image files). I looked at the File Attach module and I don't think it will do this either.
Any ideas?
Thanks in advance for any help on this!
Comments
you want the attachment
you want the attachment module and the filemanager.module. This combination will produce the feature set you seek.