Jump to content

jQuery - undefined data being tranfered


KubeR
Go to solution Solved by 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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.