Nabster
Nabster

Reputation: 33

File upload service using WCF along 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.

Upvotes: 3

Views: 1254

Answers (1)

DixonD
DixonD

Reputation: 6638

You can use some ready-to-use JQuery plugin. For example, AjaxFileUpload

Upvotes: 1

Related Questions