Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
ASP Uploader
»
Re: Existing Files - Display on Form
Re: Existing Files - Display on Form
02-23-2011, 9:33 PM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: Existing Files - Display on Form
Reply
Quote
Hi Edd,
There is a method can add item into uploader.
uploader1.Items.Add(FileSize, FileName, FileStream);
There is a method can remove item in uploader
uploader1.Items[i].Remove();
i is the index of the attachments
Regards,
ken
View Complete Thread