| Author |  | 
      
        | itzik Guest Group
 
  
 
 Joined: 10 November 2003
 Online Status: Online
 Posts: 262
 | 
          Hi Alex,
           | Posted: 06 June 2005 at 3:27am | IP Logged |   |  
           | 
 |  
 When I send mail include attachment, I get the error: Permission denied.
 
 This error relate to the line:
 fso.DeleteFile fTemp.Path & "\" & Session("file_" & I).
 
 Any idea?
 
 Thanks,
 Itzik
 
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Alex AfterLogic Support
 
  
  
 Joined: 19 November 2003
 Online Status: Offline
 Posts: 2207
 | 
          "Permission denied" means you have no permissions to delete the requested file. Make sure internet guest user (such as IUSR_<YOUR_SERVER_NAME>) has "Full Control" permission over fTemp.Path folder.
           | Posted: 06 June 2005 at 8:19am | IP Logged |   |  
           | 
 |  
 Regards,
 Alex
 | 
       
        | Back to Top |     | 
       
       
        |  |