Global file attachment storage
Store file attachments globally to allow sharing the same file among different posts.
Identify the files by their hash to prevent duplicate files.
Create a garbage collection mechanism to delete unused attachments.
Store file attachments globally to allow sharing the same file among different posts.
Identify the files by their hash to prevent duplicate files.
Create a garbage collection mechanism to delete unused attachments.