Hello,
I am trying to include, as explained in the doc, a RadUploadManager and RadProgress in the last page of a TabStrip used as an expert.
I go from page to page with an ajaxified Next button on each page.
The last page contains a Start button which is not ajaxified, this button start a long process I want to monitor.
I have no Input type=file on the page.
I have already done this previously but withourt using an expert and it was working (but previous telerik versions, now I am on 2.1001).
Each time I press a next button, I receive the famous popup 'RadUpload Ajax callback error: Source url returns invalid content' + my page html content.
Web.config is Ok because radupload is working ok on other pages.
My code:
....
<Telerik:RadPageView ID="RadPageView5" runat="server">
<div style='width:100%; min-height:400px' >
<asp:label ID='Label5' runat='server' Text="Summary" /><br />
<Telerik:RadTextBox ID="RadTbSummary" Runat="server" TextMode="MultiLine" Enabled="false" style='width:100%; min-height:300px' />
<telerik:RadProgressManager id="Radprogressmanager1" Enabled="false" runat="server" />
<telerik:RadProgressArea id="RadProgressArea1" Enabled="false" runat="server" />
<div style="display:block; position:absolute; bottom:5px; left:85%;" >
<asp:ImageButton ID="updateBtn" SkinID="Update_" runat="server" />
</div>
</div>
</Telerik:RadPageView>
..
Pb is that RadUploadManager seems to be triggered when I try to go from page to page, without anything to upload.
I tried to put enabled=false on the 2 controls, expecting to turn it true on last page but it has no effect ?
Any help welcome.
CS
I am trying to include, as explained in the doc, a RadUploadManager and RadProgress in the last page of a TabStrip used as an expert.
I go from page to page with an ajaxified Next button on each page.
The last page contains a Start button which is not ajaxified, this button start a long process I want to monitor.
I have no Input type=file on the page.
I have already done this previously but withourt using an expert and it was working (but previous telerik versions, now I am on 2.1001).
Each time I press a next button, I receive the famous popup 'RadUpload Ajax callback error: Source url returns invalid content' + my page html content.
Web.config is Ok because radupload is working ok on other pages.
My code:
....
<Telerik:RadPageView ID="RadPageView5" runat="server">
<div style='width:100%; min-height:400px' >
<asp:label ID='Label5' runat='server' Text="Summary" /><br />
<Telerik:RadTextBox ID="RadTbSummary" Runat="server" TextMode="MultiLine" Enabled="false" style='width:100%; min-height:300px' />
<telerik:RadProgressManager id="Radprogressmanager1" Enabled="false" runat="server" />
<telerik:RadProgressArea id="RadProgressArea1" Enabled="false" runat="server" />
<div style="display:block; position:absolute; bottom:5px; left:85%;" >
<asp:ImageButton ID="updateBtn" SkinID="Update_" runat="server" />
</div>
</div>
</Telerik:RadPageView>
..
Pb is that RadUploadManager seems to be triggered when I try to go from page to page, without anything to upload.
I tried to put enabled=false on the 2 controls, expecting to turn it true on last page but it has no effect ?
Any help welcome.
CS