I have a page where there is a file upload control. I want to send the contents of this file upload control to a WCF service using jquery ( without posting the form ), is that possible?
Asked
Active
Viewed 5,101 times
1
-
By `file upload control` you mean `` or some component that you are using? – Darin Dimitrov Jul 21 '11 at 19:32
-
Yes using – user510336 Jul 21 '11 at 19:50
1 Answers
1
Yes it's possible. I use jQuery file uploader which is a script that automates a lot of it and also adds nice features like the ability to stop a download if the browser supports it.
Examples there should help you get started.

Tridus
- 5,021
- 1
- 19
- 19