File uploader in Native

0
Is there any way to upload files (e.g. any PDF file ) in native like the image uploader (a javascript action to upload an image “Take Photo” ) ? I didn’t find any widget in the marketplace or any document for it
asked
2 answers
1

I recently added a document picker to my NativeFileDocuments module. There is an issue with the Market Place registration. Be sure to click the Releases tab and then download the latest version from there. The default download button will download a really old version.

answered
2

In this case, you need ‘Take picture’ Action inside nanoflow 
1 – Create new entity that generalization from System.image and use it as parameter 
2 – Create new button ‘Call nanoflow’ use now ‘Take picture’ Action and configure it picture source : Camera or as you like 
3 – now you can take photo 
 

answered