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>