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