Reputation: 3702
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?
Upvotes: 0
Views: 195
Reputation: 3355
<asp:FileUpload runat="server" />
).Upvotes: 1