Sending Documents to different location

1
Hello,   I’m currently creating an App in which I down- and Upload mostly PDFs to my Mendix Database.   About my App: I have different Deliverys from different Suppliers and every Supplier need to upload their own PDFs according to their Delivery. Every Supplier can have more than 1 unique Deliveries. An Employee has access to the List of Documents of each Delivery and need to uploadthis PDFs on an external Server Folder. So I need a way to upload PDFs from the Database to an external Server Folder :)   Now to my Question: Is there any possible method to achieve this? Ideally with a Button.    I am very new to Mendix and dont’r really know how to solve this ;)    
asked
1 answers
3

Have you tried to use the Java Action FileFromFileDocumet from community commons module?

answered