Sharing data between templates is simple in ExpressionEngine. To customize the `
` tag with the name of the current page, first setup an `{embed}` with the `page_title` attribute in the template file:
`{embed="template_group/template" page_title=""}`
Then add in the dynamic page title using the Channel Entries tag pair right inside of the `page_title` attribute:
`{embed="template_group/template" page_title="{exp:channel:entries channel="channel_name" limit="1"}{title}{/exp:channel:entries}"}`
And to use that variable passed through ExpressionEngine, edit your embed template to include:
`{embed:page_title} § Site Title`
When setting up a new File Upload Destination in ExpressionEngine, set a Maximum File Size to restrict the uploaded file from being too large. Since the value is expected in bytes, use 1048567 if you want the maximum to be 1MB.