init upload programmatically on FileUpload component
Hi everyone, I am creating a custom field and I want to get the following behaviour:
button -> click -> event -> listen event -> start upload programmatically
The problem is in the last step, is there any way to do this?
I have my button that sends an event with a file path, can I start the upload in the input with that file path, like the user had drag and drop it?
0 Replies