I am trying to upload a file using jquery ajax with handler (c#). The problem is, when I call the handler I get
context.Request.File.Count=0
i think the problem is with the contentType try
contentType
contentType: 'multipart/form-data',
OR
contentType :'application/octet-stream';
see this post for more information
Sending multipart/formdata with jQuery.ajax