Rank: Newbie Groups: Member
Joined: 1/26/2013 Posts: 1
|
I am using the latest version of the toolkit.
If I place an AjaxUploader in an updatePanel, set the initial property of .Visible to be false, and enable it with a checkbox or other control on postBack, the "PostedFiles" values are cleared EVERY time on a postback after this happens. If I leave the initial property of .Visible to true, the problem does not occur. Any ideas?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
This is normal. Our control has to "join the party" before an AJAX call takes place. You can put a hidden AJAXUploader outside of the UpdatePanel, or put an eo:ScriptManager outside before the UpdatePanel and see if it works.
Thanks!
|