Hi,
I have a RadAsyncUpload in a Jquery dialog.
When I click on the control no action is performed in Chrome and Firefox but it is working in IE.
I have added the below code snippet and tried but no success.
Telerik.Web.UI.RadAsyncUpload.prototype._updateFormProperties = function (form)
{
if (form)
{
form.enctype = form.encoding = "multipart/form-data";
}
}
Is there a workaround for this?
Thanks,
Srini
I have a RadAsyncUpload in a Jquery dialog.
When I click on the control no action is performed in Chrome and Firefox but it is working in IE.
I have added the below code snippet and tried but no success.
Telerik.Web.UI.RadAsyncUpload.prototype._updateFormProperties = function (form)
{
if (form)
{
form.enctype = form.encoding = "multipart/form-data";
}
}
Is there a workaround for this?
Thanks,
Srini