Unzip File which is already uploaded and saved as FileDocument

0
Hi All, I am uploading a zip in my application which saves as FileDocument. I want to unzip file and read the documents after extract. I do not find any module or app in app store. What I can do is, I can save the file somewhere in the directory , unzip and read it from java code. But I do not want to read it in any directory. Do you have any solution where I can unzip file within the application, read the extracted files and save it in mendix object/string. Please help me on this!!
asked
1 answers
0

Have a look at this topic which I used in the past:

https://forum.mendix.com/link/questions/14032

You should be able to use the code provided to create your own Java Action.

answered