Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • syn-rg 282 posts 425 karma points
    Apr 18, 2011 @ 06:38
    syn-rg
    0

    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?

  • Rich Green 2246 posts 4008 karma points
    Apr 18, 2011 @ 08:35
    Rich Green
    0

    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 Bardi 927 posts 2562 karma points
    Apr 18, 2011 @ 08:40
    Daniel Bardi
    0

    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.

  • syn-rg 282 posts 425 karma points
    Apr 18, 2011 @ 11:33
    syn-rg
    0

    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

  • Daniel Bardi 927 posts 2562 karma points
    Apr 18, 2011 @ 20:53
    Daniel Bardi
    0

    You'd need to modify the source to fire on Document Create instead of (or including) Media Create and recompile the assembly.

  • syn-rg 282 posts 425 karma points
    Apr 19, 2011 @ 07:26
    syn-rg
    0

    Ok I'll need to find a way to edit the .dll file to include the Content section as well.

Please Sign in or register to post replies

Write your reply to:

Draft