This is a migrated thread and some comments may be shown as answers.

Auto resize of parent container

1 Answer 70 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Elton Ho
Top achievements
Rank 1
Elton Ho asked on 15 Jun 2011, 12:12 PM
Hi,

I put the Multiple File upload sample from The demo site to my project. And in my case, I tried to host the code inside a html table as below. However, it seems that the table cannot automatically expand to show the progress box. Something wrong in my css. Pls. kindly advise.

Thanks,
Elton

 

 

<table border="0" cellpadding="0" cellspacing="0" class="mainGTbl">

 

 

 

<colgroup>

 

 

 

<col width="100px" />

 

 

 

<col width="" />

 

 

 

</colgroup>

 

 

 

<tr>

 

 

 

<td>

 

 

 

<asp:Label ID="lblFileType" runat="server" EnableViewState="false"></asp:Label>:<span class="asterisk">*</span>

 

 

 

</td>

 

 

 

<td>

 

 

 

<telerik:RadComboBox ID="ddlFileType" runat="server" Width="300px"/>

 

 

 

</td>

 

 

 

</tr>

 

 

 

<tr>

 

 

 

<td>

 

 

 

<asp:Label ID="lblFileName" runat="server" EnableViewState="false"></asp:Label>:<span class="asterisk">*</span>

 

 

 

</td>

 

 

 

<td>

 

 

 

<div>

 

 

 

<telerik:RadProgressManager runat="server" ID="RadProgressManager" />

 

<%

 

-- For the purpose of this demo the files are discarded. In order to store the uploaded files permanently set the TargetFolder property to a valid location. --%>

 

 

 

 

<telerik:RadAsyncUpload runat="server" ID="AsyncUpload" MultipleFileSelection="Automatic" />

 

 

 

<telerik:RadProgressArea runat="server" ID="RadProgressArea" />

 

 

 

</div>

 

 

 

</td>

 

 

 

</tr>

 

 

 

<tr>

 

 

 

<td class="searchBtnTD" colspan="2">

 

 

 

<asp:Button ID="btnOK" runat="server" CssClass="srchBtn" OnClick="btnOK_Click" />

 

 

 

<asp:Button ID="btnCancel" runat="server" CssClass="srchBtn" OnClientClick="CloseCurrentRadWindow();" />

 

 

 

</td>

 

 

 

 

</tr>

 

 

 

</table>

 

1 Answer, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 19 Jun 2011, 12:23 AM
Hello Elton Ho,

I have tested you code and everything works fine. Notice that I don't have your CSS classes locally. At this point my suggestion is that you are trying to upload small files and the speed of upload is really fast and the RadProgressArea doesn't appear. Please try to upload larger file(e.g. 20MB).
In case you experience again the same issue, please open a support ticket and send me a working sample project for a local investigation.

Kind regards,
Peter Filipov
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
AsyncUpload
Asked by
Elton Ho
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Share this question
or