You rock yet again Mike!
Where can I donate some money to ya?
:respect:

malsup wrote:
> 
> 
> Sure.  Add an "iframe" option to your form options and it will force
> the iframe-mode of submitting the form (which uses
> multipar/form-data).
> 
> var options = {
>     iframe: true,
>     // other options...
> };
> 
> $('#myForm').ajaxForm(options);
> 
> Mike
> 
> 
>> This is generating a server side error.
>> It seems that if I do not upload a file, the JQuery Form method, posts
>> the form normally encoded instead as multipart/form-data. Can this be
>> avoided?
> 
> 

-- 
View this message in context: 
http://www.nabble.com/jquery-Form-enctype%3D%22multipart-form-data%22-problem-tf3869006s15494.html#a10970073
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to