[jQuery] Re: File upload - json result ERRORZ!

2009-10-14 Thread Florent Paillard
Same problem here. Where do you add the ? On the server side ? Do you enclose your JSON string between and before returning it to browser? On Sep 29, 9:25 am, Flynsarmy wrote: > The problem was due to me not wrapping the result in a > This is not a bug and is not a problem with the jquery fo

[jQuery] jQuery Form Plugin - File upload with JSON response

2009-10-14 Thread Florent Paillard
ace("", "").replace("", ""); But I should not be using the plugin the right way... I'll appreciate a lot your help if see something wrong or forgotten in my code. I also had to set no content-type in the response header to avoid the browser download manager to open the download window caused by a "application/json" content-type. Thanks for your support Florent Paillard