Please help guys, This one is a major BLOCKER!
I have a project that uses NodeJS + jQuery Form Plugin + Typescript in which I am trying to do a file
var form = $("#fileUploadForm"); $.ajax({ type:form.attr('method'), url:form.attr('action'), dataType: 'json', // Expect a return value of json data:form.serialize(), success: function(data){ }});