Re: How to set dynamically the directory for uploading images?

  •  07-22-2007, 8:24 AM

    Re: How to set dynamically the directory for uploading images?

    You can try this:
     

    'Media Gallery
    Me
    .Editor1.SetSecurityMediaGalleryPath("C:\directory")

    'Image Gallery
    Me
    .Editor1.SetSecurityImageGalleryPath("C:\Directory")
     
     
View Complete Thread