I need to get the value of an asp.net fileupload into Ajax parameter and i'm trying to do like this:
$('#<%=fileUpload.ClientID%>').val()
//and in the WebMethod
[WebMethod]
public static List<AjaxCategory> AddCategory(FileUpload categoryImage)
I don't know if it is possible or not, but like this is not working