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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.