|
Rank: Member Groups: Member
Joined: 2/22/2009 Posts: 13
|
I placed an AJAXUploader inside <DIV> as follow :
<div id="refQO2" runat="server" style="display:none;"> <eo:AJAXUploader ID="AJAXUploader1" runat="server"> </eo:AJAXUploader> </div>
After I click the "Browse" button and select a file, the textbox and the browser button disappear. How come it is? Any suggestion?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
How did you click the browse button when the outer DIV is invisible? The AJAXUploader should not be visible at all.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 2/22/2009 Posts: 13
|
Sorry...Actually, the DIV display style is controled by Javascript. When I click a button. It will change the display style to "inline". But I didn't find this problem today. Sorry. I let you know if I get this problem again.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Not a problem. Please try to create a test page to reproduce problem if it happens again. It's unlikely we will be able to do anything at all unless we can reproduce it here.
|
|