Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: UploadAttachments loses file info during multiple postbacks (Viewstate is enabled)
Re: UploadAttachments loses file info during multiple postbacks (Viewstate is enabled)
12-21-2011, 7:11 AM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: UploadAttachments loses file info during multiple postbacks (Viewstate is enabled)
Reply
Quote
Hi tweek82,
Please add the code below into your page, uploader1 is the uploader control id.
protected override void OnPreRender(EventArgs e)
{
base.OnPreRender(e);
uploader1
.Items.ToString();
}
Regards,
Ken
View Complete Thread