I am trying to upload files along with some other form fields using jQuery AJAX calls.
This is a common function that calls the URL on the server:
functi
It happened to me, the problem was that there was location.reload once document was selected for upload. This stopped the stream to be parsed.