F
Filament12mo ago
ebermor

fileupload

How to get the contents of the fileupload in the component's afterStateUpdated?
4 Replies
krekas
krekas12mo ago
Maybe this article will help? The type hint part
ebermor
ebermorOP12mo ago
I need to get the bytes from the text file and manipulate it as soon as it is loaded into the component before sending the form
Dennis Koch
Dennis Koch12mo ago
You should be able to get a TemporaryFileUpload instance via fn($get) => $get('your_field')

Did you find this page helpful?