File chooser

Hi

I have a Textfield, a Choose-Button and a Upload-Button. If I click on the Choose-Button, the FileChooser should be displayed.
Because of the design i don’t want use the Upload Component.
I also tried the
EasyUploads Addon
but it is the same problem. I cann’t change the Choose-Button.

I hope there is a simple way, to open the FileChooser and paste the selected Filepath into the Textfield.

Greets

Due to security reasons it’s not possible to access the local path of a file in javascript.

That is a pity