UploadService
Constants
Log = ::Log.for(self)
Class methods
authorize(file_path : String, actor_id : Int64) : Bool
Validates that an actor owns a specific upload.
delete(path : String, actor_id : Int64, public_folder : String = Kemal.config.public_folder) : DeletionResult
Handles deleting a file.
Removes the uploaded file and cleans up empty parent directories.