fileupload

How to get the contents of the fileupload in the component's afterStateUpdated?
4 Replies
krekas
krekas9mo ago
Maybe this article will help? The type hint part
ebermor
ebermorOP9mo 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 Koch9mo ago
You should be able to get a TemporaryFileUpload instance via fn($get) => $get('your_field')

Did you find this page helpful?