Download Data

Component ID

834404

Component name

Download Data

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

1422

Component created

Component changed

Component body

Enables data (specified by other modules) to be downloaded as a file. Useful for generating large reports.

This module provides methods of making the download scalable:

Method 1: Immediate download

  • Starts sending the file immediately.
  • File rows are output as they are calculated.
  • The limit is the max execution time limit for PHP scripts.

Method 2: Create file using cron

  • File is created on cron run(s).
  • The file is not available until it's finished being created.
  • User that triggered the file to be created is notified by email when it's ready.

Sponsorship

Development