Skip to content

Instantly share code, notes, and snippets.

@BugBuster1701
Created May 14, 2013 16:55
Show Gist options
  • Select an option

  • Save BugBuster1701/5577544 to your computer and use it in GitHub Desktop.

Select an option

Save BugBuster1701/5577544 to your computer and use it in GitHub Desktop.
Hinweise zur Nutzung von DBAFS, bei Anlieferung von Dateien von extern und Sichtbarkeit im Frontend (hier download)
There are three possible solutions:
Do not use the core downloads element, which relies on the DBAFS. Program a custom module instead.
Use the Dbafs::synchronize() method (Contao 3.1) in a daily cron job.
Enhance the report generation script to register the new files in the DBAFS. You can use the Dbafs class (Contao 3.1) for this as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment