How to get File document uploader Native mobile Forms ?

0
I am creating a native mobile form in which the document uploader is necessary but I couldn't find the relative widget to place in the form         
asked
1 answers
1

Hi Ravi Charan, 

 

You can refer to  Native file documents module in Mendix Marketplace :   https://marketplace.mendix.com/link/component/114252

 

Use the openDocumentPicker Java script action in a Nanoflow, then call the saveToMendixFileDocument java script action to store your file. And finally  synchronise the object to the server using the synchronise action.

 

answered