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

Need an example of kendo upload with multiple files passing data using ajax javascript

1 Answer 171 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Gaurav
Top achievements
Rank 1
Gaurav asked on 03 Aug 2016, 01:31 AM

I don't know  if it is only possible through async method. 

I am not using any form.

Right now I am passing other data  

            var data = {
                Action: $("#Action").val(),
                Follow: $("#Follow").val(),
                EmailAddress: $.trim($("#emailaddress").val()),

                ...

};

$.ajax({
                url: webManager.resolveUrl("~/maint/Submit"),
                type: "POST",
                data: data
                success: function (response) {

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 04 Aug 2016, 08:07 AM
Hi,

Such behavior is not supported by the control yet you can use its events and invoke some Ajax call from them. 

Regards,
Plamen
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Upload
Asked by
Gaurav
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or