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

Kendo ui upload widget

1 Answer 93 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Bob
Top achievements
Rank 1
Bob asked on 26 Sep 2014, 11:16 AM
Hi,

Using Kendo UI upload widget, how to get the uploaded files in the wcf service operation. Provided the saveUrl option with my wcf method, but not sure how to get the uploaded file details. Still not able to understand purpose of saveField option.  I have attached the sample web application that i tried for your reference. Please suggest

Thanks,

1 Answer, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 30 Sep 2014, 10:02 AM
Hi Bob,


We do not have a specific example about WCF and for most of the back-end technologies, as Kendo UI is a client-side framework, which is not bound to any of them specifically. Nevertheless the request sent by the upload is indistinguishable from a normal form POST, so a service that can handle a normal upload should be suitable. You could take a look at the following example of such service.

Regards,
Dimiter Madjarov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Upload
Asked by
Bob
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Share this question
or