PopUp for uploaded Text file

0
Hello! I have uploaded a text file document from desktop using System.FileDocument(File Upload). Here, when I click save instead of saving... a popup should be displayed with my text contents using java action.
asked
1 answers
0

You will need to use the StringFromFile java action from the Community Commons module in the Marketplace to read the uploaded file and return it as a string you can display on screen.

https://docs.mendix.com/appstore/modules/community-commons-function-library

Hope this helps.

answered