Can this work on DocTypes with an upload property?
I have an image library, that is populated by images uploaded into a DocType within the "Content" section.
I've installed the package and it works well in the Media section. But when I added the properties to the DocType and uploaded the same image the data isn't being displayed.
Is it possible for this package to work within the "Content" section?
If you change your doc types to use the media picker instead if the upload property then the images will retain their meta data which is I'm guessing, what you want. Rich
Daniel I noticed there is referrence to MediaCreate within the Cultiv.MetaDataHandler.dll file. I'm not sure how I'd add a reference for DocumentCreate?
Rich, that's a good suggestion and will definitely work. So I might use your suggestion instead of my current upload.
However, I'd still like to know if it is possible for this package to work within the Content section.
Can this work on DocTypes with an upload property?
I have an image library, that is populated by images uploaded into a DocType within the "Content" section.
I've installed the package and it works well in the Media section. But when I added the properties to the DocType and uploaded the same image the data isn't being displayed.
Is it possible for this package to work within the "Content" section?
If you change your doc types to use the media picker instead if the upload property then the images will retain their meta data which is I'm guessing, what you want. Rich
You'd need to modify the code for the package... it possible has a handle only on the media created event.
You would need to get a handle on the document created event.
Thanks Rich and Daniel,
Daniel I noticed there is referrence to MediaCreate within the Cultiv.MetaDataHandler.dll file. I'm not sure how I'd add a reference for DocumentCreate?
Rich, that's a good suggestion and will definitely work. So I might use your suggestion instead of my current upload.
However, I'd still like to know if it is possible for this package to work within the Content section.
Cheers,
JV
You'd need to modify the source to fire on Document Create instead of (or including) Media Create and recompile the assembly.
Ok I'll need to find a way to edit the .dll file to include the Content section as well.
is working on a reply...