Upload image to different directory

  •  11-10-2005, 3:19 PM

    Upload image to different directory

    Hello
     
    I have two websites
    D:/IIS Projects/publicWebsite/
    D:/IIS Projects/adminWebsite/
     
    The editor is situated in the adminWebsite directory which is the admin section for the publicWebsite.
     
    I would like to upload my images or change the upload direcory path to
    D:/IIS Projects/publicWebsite/Uploads
    instead of
    D:/IIS Projects/adminWebsite/Uploads

    is this possible?
     
    I tried using the code
    Editor1.Setting["security:ImageGalleryPath"]= "D:/IIS Projects/publicWebsite/Uploads";
    but i get an error
View Complete Thread