I try to make ajax script for upload for Symfony 2. Chrome returns this error:
Uncaught TypeError: Illegal invocation jquery.min.js:4
it occurs sometime when jquery internally not serialize data correctly data to fix it add this.
cache : false, dataType : 'json', processData : false,