Hello,

thanks for your answer.
I made it the way you say. I build my json string in the beforeSubmit
function. So, now I have a correct json string, but how can I replace
the post array?
Sorry, but I hang at this point.

Thanks agin for your Help,
Stefan Sturm

2008/9/9 Mike Alsup <[EMAIL PROTECTED]>:
>
>
> It's not supported by the plugin, but you can hook the beforeSubmit
> event and change what is posted to the server.  beforeSubmit is passed
> an array of objects with name and value properties.  You could iterate
> over these, build your json string, and then replace the array
> contents with a single object that has name and value properties,
> where the value prop is the json string.
>
> Mike
>
>
>
>
>
>
> Mike
>

Reply via email to