will DNG work without folder structure ?

Last post 10-09-2009, 9:56 AM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  10-09-2009, 4:51 AM 56256

    will DNG work without folder structure ?

    Hi

    I have one folder for all images uploaded by users of my website. and i am storing path of these images in database. Can i use dng control for photos of my users. I am returning dataset from my function having image urls in it. 

    I have found that dng is working on folder.
  •  10-09-2009, 9:56 AM 56272 in reply to 56256

    Re: will DNG work without folder structure ?

    Hi,
     
    The DotNetGallery supports custom data provider.
     
    We will implement a database provider later.
     
    --
     
    If you are insteresting and have time, now you can try to implement class DotNetGallery.GalleryDataProvider
     
    and register it in web.config
     
    <add key="DotNetGalleryDataProvider" value="YourCustomProvider,YourDll" />
     
    Regards,
    Terry
View as RSS news feed in XML