Tuesday 30 April 2013

Ajax file uploading SyntaxError in ExtJs

After submitting the form with file it gives me SyntaxError <pre> </pre>in firefox , cause of this error was content type, it was application/json, to fix problem yous should change it to application/xml ( in java response.setContentType("application/xml"))

No comments:

Post a Comment