deleting images from ~/uploads

  •  08-08-2005, 5:11 PM

    deleting images from ~/uploads

    I cannot delete files from the upload directory in my project.  We have the IIS project locked down with certain permissions...is this interfering with delete capability of files?  Here are my settings in Security/default.config

    <security name="ImageGalleryPath">~/uploads</security>
    <security name="FilesGalleryPath">~/uploads</security>
    <security name="AllowDelete">true</security>
     
View Complete Thread