Kind
You are right, I was using 2009 dll files. With the new dll works perfectly...thanks for the response...
I'm using the jquery with the radupload and progress manager like this...this is just to help anyone with this scenario.
This in the head
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
This in the body
<asp:ScriptManager ID="smMain" runat="server">
<Scripts>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
</Scripts>
</asp:ScriptManager>
<asp:ScriptManager ID="smMain" runat="server">
<Scripts>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
</Scripts>
</asp:ScriptManager>
<asp:ScriptManager ID="smMain" runat="server">
<Scripts>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
</Scripts>
</asp:ScriptManager>
In this script the setup info dialog function appends the content of #Fotos div to the form. This is important in order to make the upload and in this case Im showing a rad progress ares in the jquery dialog. The rad progress area requires to be in the form.
Then this in the form outside the Fotos div
<telerik:radprogressmanager runat="server"></telerik:radprogressmanager>
And then the Fotos div with the rad upload control and the progress area, this is the content that the jquery dialog will show.
<div id="Fotos">
<input id="FotoID" runat="server" type="hidden"/>
<Telerik:radupload id="TelerikFile" runat="server" Culture="(Default)" CssClass="space3"
MaxFileInputsCount="1" MaxFileSize="10485760" Width="350px"
AllowedFileExtensions=".jpg,.jpeg" ControlObjectsVisibility="ClearButtons"
Skin="Outlook" Height="24px">
<localization clear="Limpiar" select="Seleccione" />
</Telerik:radupload>
<asp:Button runat="server" CssClass="ui-state-default ui-corner-all space5" Text="Subir/Upload" ToolTip="Subir foto" OnClick="btnUpload_Click" />
<Telerik:radprogressarea runat="server" DisplayCancelButton="True"
ProgressIndicators="TotalProgressBar, TotalProgress, RequestSize, CurrentFileName, TimeElapsed, TimeEstimated, TransferSpeed"
Skin="Default" Width="350px">
<Localization Uploaded="Subidos" cancel="Cancelar" currentfilename="Subiendo foto: "
elapsedtime="Tiempo transcurrido:" estimatedtime="Tiempo restante estimado:"
totalfiles="Total de archivos: " transferspeed="Velocidad"
uploadedfiles="Archivos subidos: "></Localization>
</Telerik:radprogressarea>
</div>
<
div
id
=
"Fotos"
>
<
input
id
=
"FotoID"
runat
=
"server"
type
=
"hidden"
/>
<
Telerik:radupload
id
=
"TelerikFile"
runat
=
"server"
Culture
=
"(Default)"
CssClass
=
"space3"
MaxFileInputsCount
=
"1"
MaxFileSize
=
"10485760"
Width
=
"350px"
AllowedFileExtensions
=
".jpg,.jpeg"
ControlObjectsVisibility
=
"ClearButtons"
Skin
=
"Outlook"
Height
=
"24px"
>
<
localization
clear
=
"Limpiar"
select
=
"Seleccione"
/>
</
Telerik:radupload
>
<
asp:Button
runat
=
"server"
CssClass
=
"ui-state-default ui-corner-all space5"
Text
=
"Subir/Upload"
ToolTip
=
"Subir foto"
OnClick
=
"btnUpload_Click"
/>
<
Telerik:radprogressarea
runat
=
"server"
DisplayCancelButton
=
"True"
ProgressIndicators
=
"TotalProgressBar, TotalProgress, RequestSize, CurrentFileName, TimeElapsed, TimeEstimated, TransferSpeed"
Skin
=
"Default"
Width
=
"350px"
>
<
Localization
Uploaded
=
"Subidos"
cancel
=
"Cancelar"
currentfilename
=
"Subiendo foto: "
elapsedtime
=
"Tiempo transcurrido:"
estimatedtime
=
"Tiempo restante estimado:"
totalfiles
=
"Total de archivos: "
transferspeed
=
"Velocidad"
uploadedfiles
=
"Archivos subidos: "
></
Localization
>
</
Telerik:radprogressarea
>
</
div
>
After this all you need is a call to the open function in the javascript with the div id
Hope this can help to anyone trying this. Some words are in spanish Im from Puerto Rico and my english is not perfect.
Thanks for the help Kind
<asp:ScriptManager ID="smMain" runat="server">
<Scripts>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
</Scripts>
</asp:ScriptManager>
<asp:ScriptManager ID="smMain" runat="server">
<Scripts>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
</Scripts>
</asp:ScriptManager>
<asp:ScriptManager ID="smMain" runat="server">
<Scripts>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
</Scripts>
</asp:ScriptManager>
<asp:ScriptManager ID="smMain" runat="server">
<Scripts>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
</Scripts>
W </asp:ScriptManager>