Select::make('first')
->options([
'one' => 'One',
'two' => 'Two',
'three' => 'Three',
])
->live(),
FileUpload::make('second')
->disk('s3')
->directory('download' . '/' . <here-will-be-one-two-or-three>)
Select::make('first')
->options([
'one' => 'One',
'two' => 'Two',
'three' => 'Three',
])
->live(),
FileUpload::make('second')
->disk('s3')
->directory('download' . '/' . <here-will-be-one-two-or-three>)