How to upload files in Native mobile?

2
Hi all,   I want to add a file upload or attachment in my native app, anyone has any idea how to achieve this? I have already done this before on web app, but this functionality is not available on the native apps (phone apps) Screenshot.   Thanks. 
asked
2 answers
2

Look at the Native filedocuments widget in the market place: https://marketplace.mendix.com/link/component/114252

It has an whole demo project on how to use this.

Regards,

Ronald

 

answered
0

Hello Neeraj,
You can use openDocumentPicker java action from NativeFileDocument module.
It will do the same task as of filedropper in web.
 

answered