FILE_STATUS_TEMPORARY

Definition

drupal/includes/file.inc

Description

File status -- File has been temporarily saved to the {files} tables.

Drupal's file garbage collection will delete the file and remove it from the files table after a set period of time.

Related topics

Namesort iconDescription
File interfaceCommon file handling functions.

Code

define('FILE_STATUS_TEMPORARY', 0);