Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Altering downloaded filenames in Explorter using Oscript.
Andrew_Byng-Hall
We're trying to implement additional functionality whereby, as a user drags (copies) a document to their desktop from LLExplorer, we can rename the file that is downloaded (appending useful data to the name).Simple you might think, orphan and alter the code in APIDoc, and change the filename. However, the problem is that there is no obvious point where we can hijack the code. There is a call to the DAPI.Fetchversiontostream function that appears to use the default doc node as the file name, and we can't find a way to change this.We've tried alterng the name of the node itself prior to retrieving the version information, however, it appears that explorer is somehow caching the original node details (even when we refresh), so that any changes are not picked up.Anyone got any ideas??
Find more posts tagged with
Comments
There are no comments yet