FileUpload::make('test-file'). In the ->action(fn (array $data)...) I need to get the uploaded file. According to the docs, I should do $data['test-file'] but that only contained a string (I think the internal livewire temp value for the file). How do I get the uploaded file in the $data ?