Seperating Images per logged on user, SQL Server

  •  12-01-2009, 3:49 AM

    Seperating Images per logged on user, SQL Server

    Using the CustomFileProvider i am storing the image uploads directly in an SQL database.
     
    Because the CustomFileProvider just assigns SetSecurityGalleryPath to "/". How can we still allow User A his/her private folder and User B his/her different private folder?
     
     I have tried to set the SetSecurityGalleryPath ImageBrowserPath to a unique folder name (logged on username) and the createfile method
    throws an error.
     
    I found a similar question here with no answer.
     
     
    If anyone has managed to set this up or knows the best way to go about this setup any help would be greatly appreciated.
     
    Many Thanks
View Complete Thread