Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Two copies of a file gets uploaded
Re: Two copies of a file gets uploaded
08-26-2009, 7:54 PM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Two copies of a file gets uploaded
Reply
Quote
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