WCF file download service with jQuery (AJAX) and html client

I would like to know how to upload a file using WCF by making an AJAX call using jquery.

+3
source share
1 answer

You can use the ready-to-use jQuery plugin. For example, AjaxFileUpload

+1
source

All Articles