Jump to content

jQuery - undefined data being tranfered


KubeR

Recommended Posts

Well, then don't use <textarea></textarea>, use <input type="file">, upload the file into the fileserver, explode the content of this file, delete it and store the content to DB, if this is your personal issue!

Eh,I think you're a bit lost,the purpose of it is to work exactly like a post on a forum.

To get the content(value) of the textarea and store it in the database dynamically without leaving the actual page like in "Fast reply" on this forum.

You reply,it sends the text to another file,stores it in the database and adds the reply to the thread when it finish.

I suppose jQuery has it's own limit in length of post it can send through POST method.

No, there is no limit on the length of a field sent via post in jQuery. Your issue is being caused either by your own code, or some kind of filter on your server. You need to do some debugging and trace the entire process from clicking the submit button to receiving your response in order to find out where the issue is at.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.