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

How to upload a image to Remote server(URL) using Upload Control (Async)

0 Answers 141 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Balu
Top achievements
Rank 1
Balu asked on 05 Jun 2012, 03:13 PM
Hi,
I have seen couple of examples related to the same functionality but didn't find a working solution.

I'm using WCF services, Html Pages with Kendo Library. Please share me some working example on how to add a handler / method in WCF service & use the same in client end.

Please share how to write a WCF operation contract for this. Quick reply is greatly appreciated !

$(document).ready(function () {
                    $("#files").kendoUpload({
                        async: {
                            saveUrl: "WCF URL",
                            autoUpload: true
                        }
                    });
                });

Thanks,
Balu D.

No answers yet. Maybe you can help?

Tags
Upload
Asked by
Balu
Top achievements
Rank 1
Share this question
or