Hello,
We are are working with D2 4.7 versión, and we are trying to import a document by a dialog (extends AbstractDialog implements ID2Dialog ).
We have created the property file, the dialog and action java class, and the XML.
We have use a file tag into the XML, to import the document, like the attached file.
My question, is how can we get the file into the server, becouse in the context or D2Fcontext, we only have the path of the file (from client side, obviously). Is there a way to get the file (like a do-post method in HTML) using the dialog?
best regards