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

RadAsyncUpload not working in Jquery dialog

0 Answers 80 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Sri
Top achievements
Rank 1
Sri asked on 07 Sep 2012, 02:44 PM
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


No answers yet. Maybe you can help?

Tags
AsyncUpload
Asked by
Sri
Top achievements
Rank 1
Share this question
or