Related topics

Namesort iconDescription
File interfaceCommon file handling functions.

Functions called by file_download()

Namesort iconLocationDescription
drupal_access_denieddrupal/includes/common.incGenerates a 403 error if the request is not allowed.
drupal_not_founddrupal/includes/common.incGenerates a 404 error if the request can not be handled.
file_create_pathdrupal/includes/file.incMake sure the destination is a complete path and resides in the file system directory, if it is not prepend the file system directory.
file_transferdrupal/includes/file.incTransfer file using HTTP to client. Pipes a file through Drupal to the client.
module_invoke_alldrupal/includes/module.incInvoke a hook in all enabled modules that implement it.