1

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?

2
  • By file upload control you mean <input type="file"> or some component that you are using? Commented Jul 21, 2011 at 19:32
  • Yes using <input type='file' , ryan there is no sample code I am creating this from scratch . Commented Jul 21, 2011 at 19:50

1 Answer 1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.