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?
相关问题
- How to fix IE ClearType + jQuery opacity problem i
- jQuery add and remove delay
- Include empty value fields in jQuery .serialize()
- Disable Browser onUnload on certain links?
- how to get selected text from iframe with javascri
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.