I try to make ajax script for upload for Symfony 2. Chrome returns this error:
Uncaught TypeError: Illegal invocation jquery.min.js:4
jQuery tries to transform your FormData object to a string, add this to your $.ajax call:
processData: false, contentType: false