jfeldstein / jQuery.AjaxFileUpload.js

jQuery plugin to magically make file inputs upload via ajax
408 stars 246 forks source link

The response json data is auto downloaded as a file #47

Closed skywalker2013 closed 7 years ago

skywalker2013 commented 8 years ago

Hi @jfeldstein

In server side, I use spring mvc, and I already config the method with @ResponseBody, but the response data is auto downloaded as a file, don't go to the "onComplete" function in js. Do you have any suggestion about it?

thanks...

skywalker2013 commented 8 years ago

ps: I wanna upload an excel, and i changed extension