Hi there,
Does anyone know if there is some kind of character limit in
Form.serialize. I have built a wiki system in rails and recently
switched to ajax editing using form_remote_tag:
<%= form_remote_tag :complete => evaluate_remote_response,
:method => ''post'',
:url => {:controller=>''notes'',
:action=>''update'', :id=>@note,
:workspace_id=>@workspace}%>
generates:
<form action="/workspace/39/notes/update/" method="post"
onsubmit="new
Ajax.Request(''/workspace/39/notes/update/'',
{asynchronous:true,
method:post, evalScripts:true,
onComplete:function(request){eval(request.responseText)},
parameters:Form.serialize(this)}); return false;">
However the data sent through from the form in the parameter note[text]
gets truncated to 65535 characters.
Any help on this very gratefully received - particularly suggestions
about a simple way to overcome this.
Many thanks in advance.
CHEERS> SAM
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Spinoffs" group.
To post to this group, send email to
rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---