I need to add a button/form which allows an authorised user to upload a PDF document into a specific folder on the server which can then be downloaded via another button on a publicly visable webpage.
Ideally I will have 2 buttons on the public website that link to PDF's - the issue here is that each month the names on the buttons and links to PDF's need to change to a 'this month' & 'next month'
Example : Today, Button 1 would be called 'April' and Button 2 would be called 'May' and open similarly named PDF docs
1st May the names would change to Button 1 called 'May' and Button 2 called 'June' and open the similarly titled PDF docs
I'm sure an upload button and a download button could be incorporated but its the name/title of the buttons & the relevant links to document name changes to download that may not be possible. I understand these could be manually amended every month but just wondered if it could be automated somehow ? Maybe some sort of wildcard name that changes to reflect the month by the system date to give current month and month+1
Long shot but worth while asking

