[jQuery] Re: jQuery + jQuery.form ajaxForm file upload problems

2008-11-11 Thread Sam Coughlin
Hi, Sam again here. Just thought I'd let everyone know I had to change the headers to be content type HTML and it worked fine. On Nov 12, 4:02 pm, Sam Coughlin <[EMAIL PROTECTED]> wrote: > Hi Mike, thanks for the reply. > > It's sending it as "application/j

[jQuery] Re: jQuery + jQuery.form ajaxForm file upload problems

2008-11-11 Thread Sam Coughlin
Hi Mike, thanks for the reply. It's sending it as "application/json" at the moment. I will try sending it as text/plain and get back to you. On Nov 12, 3:57 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > I have made a basic test case with a few text inputs and it works > > perfect with just them.

[jQuery] jQuery + jQuery.form ajaxForm file upload problems

2008-11-11 Thread Sam Coughlin
Hi, I have made a basic test case with a few text inputs and it works perfect with just them. However if I add a file input to them the json object is sent to the browser as a file download and the success method is never hit. Anyone figure this out? I know the code that returns the json objec