I am working with Asp.net 2.0 Web Forms and I would like to upload a file to a web service. I have tried using jQuery.Upload library to no avail. Someone mentioned to me about using the jquery.form plugin and posting an action on a Form to post to the web service.
Can someone recommend to me a good approach?
<asp:FileUpload runat="server" />).