Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 84751

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

$
0
0

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) {


Viewing all articles
Browse latest Browse all 84751

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>