Delete uploaded file?

Using Livewire to handle file uploads and they are being put in /storage/app/livewire-tmp. How do I delete a file in this folder?

Hey @heat23,

Livewire automatically handles cleaning up the tmp directory.

See: https://laravel-livewire.com/docs/file-uploads#auto-cleanup

Or is there any other reason why you would want to delete a file from the tmp directory?

Currently I want the ability to remove certain files from multi-upload.