file_transfer

Related topics

Namesort iconDescription
File interfaceCommon file handling functions.

Functions that call file_transfer()

Namesort iconLocationDescription
file_transferdrupal/includes/file.incTransfer file using http to client. Pipes a file through Drupal to the client.

Functions called by file_transfer()

Namesort iconLocationDescription
drupal_not_founddrupal/includes/common.incGenerates a 404 error if the request can not be handled.
drupal_not_founddrupal/includes/common.incGenerates a 404 error if the request can not be handled.
drupal_set_headerdrupal/includes/common.incSet an HTTP response header for the current page.
drupal_set_headerdrupal/includes/common.incSet an HTTP response header for the current page.
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_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.