When a file is uploaded, it is added to the file_managed table with a temporary status.
When a file is uploaded, it is added to the file_managed table.
+-----+--------------------------------------+----------+------+--------------------+----------------------------------------------+------------+----------+--------+------------+------------+--------------------------------+
| fid | uuid | langcode | uid | filename | uri | filemime | filesize | status | created | changed | origname |
+-----+--------------------------------------+----------+------+--------------------+----------------------------------------------+------------+----------+--------+------------+------------+--------------------------------+
| 3 | 9113bf7f-d69b-48e6-a254-8851b794e6e9 | en | 1 | my-extension.jpg | public://2024-06/my-extension.jpg | image/jpeg | 36926 | 1 | 1717534425 | 1717534646 | Faucet Extension - Compact.jpg |
| 4 | 3983974c-fc0f-4389-a1f7-339bd3b69bbb | en | 1 | Hero - Compact.jpg | private://filefield_paths/Hero - Compact.jpg | image/jpeg | 134457 | 0 | 1717534738 | 1717534738 | Hero - Compact.jpg |
| 5 | 3d4dad3d-db1a-4d42-b02b-f0693a9369ac | en | 1 | hello-world.jpg | public://2024-06/hello-world.jpg | image/jpeg | 47146 | 1 | 1717535191 | 1717535430 | bulb-extension-compact.jpg |
+-----+--------------------------------------+----------+------+--------------------+----------------------------------------------+------------+----------+--------+------------+------------+--------------------------------+
Articles