Re: Two copies of a file gets uploaded

  •  08-26-2009, 7:54 PM

    Re: Two copies of a file gets uploaded

    hi,
     
    you have two solution :
     
    1 , call args.Delete(); after pass the stream to Attachments1
     
    2 , use Attachments1.Upload(args.FileSize, args.FileName, args.GetTempFilePath()) , the file will move from Uploader to Attachments1
     
    Regards,
    Terry
     
View Complete Thread