Hi
We are using ICN 3.0.7 and I successfully wrote and deployed a viewer plugin. The repository is CMOD. In our viewer we would like to download the document to memory instead of to a file. For that it would be practical to know the file size to allocate the correct memory buffer size.
My original idea was to do this via odwek in the viewer plugin but unfortunately it seems that in the execute method we are not being given a repository id and thus I can not connect to the OD server. Is there a way to determine the file size of what the docURL points to?
Alternatively I thought I could implement a custom open action but I am getting a little intimidated by the JS stuff that needs to be done for that and the lack of good resources.
Thanks in advance
#IBMContentNavigator(ICN)#Support#SupportMigration