Re: Need Javascript DeleteAllAttachments...

  •  05-13-2009, 10:03 AM

    Re: Need Javascript DeleteAllAttachments...

    Terry,
         Thank you very much for answering my question.   I have an additional question related to the same issue.  If the files that were uploaded to UploaderTemp are marked as persisted and the Attachment object is disposed, then shouldn't the persisted uploaded files be deleted (I know that persisted files are deleted if 6 hrs old)? 
     
    1. <script type="text/javascript">  
    2.         var uploaderid='<%=UploadAttachments1.ClientID %>';   
    3.         function DoDeleteAllAttachments()   
    4.         {   
    5.             var uploader=document.getElementById(uploaderid);   
    6.             uploader.dispose();   
    7.         }

    Thanks again!

View Complete Thread