I'm working on migrating our current school website from frontpage to drupal. Our school has a daily bulletin that is posted on the website each day in pdf format. I manually upload this pdf file to our frontpage website each day, replacing the old pdf file.

In drupal, would there be a way that I could set it up so that the people in the office could easily upload the daily bulletin themselves? I am picturing a simple upload form that will automatically replace the old pdf file with the new one that they specify.

Comments

WorldFallz’s picture

You can use the core upload module to easily attach files to nodes. However, instead of replacing it daily, I would just create a new node with the new attachment and use a custom block or views to only display the latest one.