Pass file from jquery ajax function and upload via webmethod

Spike

New Member
I have an html page which contains a form with file upload input.I need to pass all the fields in jquery ajax function to an aspx page containing a WebMethod and in this method I should upload the image to the website file system and not as bytes in the database.Is this doable using jquery ajax with webmethod in c#
 
Back
Top