Hi everyone.
I have problem with import rendition.
Normally we select "Import Rendition" action on the document , then Import Rendition dialog container opens. We see there "File to import" filebrowse and Browse button. Normally we select file from local directory and press Ok button. As a result we import the file as a rendition.
But I want that, when I press "Custom Import Rendition" action on the document the method imports file without filebrowsing. I want select file directory not from File to import. I want select it with my code, for example ( String my_file = "C:\\temp\\test.xml" ) .
Assume that there is a file in client directory ( c:\temp\test.xml ). My desire is that :
1) press Custom Import Rendition action on the document
2) c:\temp\test.xml file directly is imported as a rendition.
I dont know how can I do it.
Thanks in advance.