KubeR Posted September 23, 2013 Author Share Posted September 23, 2013 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. Quote Link to comment https://forums.phpfreaks.com/topic/282339-jquery-undefined-data-being-tranfered/page/2/#findComment-1450863 Share on other sites More sharing options...
kicken Posted September 23, 2013 Share Posted September 23, 2013 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. Quote Link to comment https://forums.phpfreaks.com/topic/282339-jquery-undefined-data-being-tranfered/page/2/#findComment-1450942 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.