To upload File Document in native app using Make it Native

0
Hello All,    I’ve tried File Document Widget and created pluggable widget using Document picker in order to implement upload document functionality in native mobile app. However, I’m unable to use through “Make it Native” app.    Is there any alternative solution for file upload where we can use it through make it native app? 
asked
2 answers
0

Hi Ashish,

 

There is a module in the Marketplace for this called Native File Documents  https://marketplace.mendix.com/link/component/114252

 

You can use the openDocumentPicker action in a Nanoflow, then call the saveToMendixFileDocument action to store your file. Don’t forget to synchronise the object to the server using the synchronise action.

 

Hope this helps.

 

-Ryan

answered
0

Hi Ashish, 

Can you tell me the steps how to use this module step by step in native mobile app

answered