Re: Delete from disk programatically added AttachmentItem

  •  02-19-2014, 1:44 PM

    Re: Delete from disk programatically added AttachmentItem

     I found it:

     

    Using fs As FileStream = File.OpenRead(path)

       UploadAttachment1.Items.Add(filesize, filename, fs)

    End Using

     

View Complete Thread