Widgets to select the file path?

0
Hi, I have a requirement of selecting the file path while clicking on browse,I need to choose the file path Is there any inbuild widgets available in mendix to choose the file path other than selecting the file to upoad. Thanks Karthikeyan S B
asked
1 answers
0

I think the current pluggable widgets API's allowed only for read only access to files. Below one may be useful to you.

https://marketplace.mendix.com/link/component/111497

GitHub:

https://github.com/JelteMX/mendix-file-dropper 

answered