Send huge strings to mysql db from html textarea
Hi All,
I'm copying a long text from word and pasting into a html textarea and from here I send it to MySQL database. If the submited text is too long nothing happens.
Any ideas on how to submit a large amount of text from a webpage to a MySQL database?
Thanks in advance.
Regards
softDeveloper
Junior Poster in Training
67 posts since Nov 2011
Reputation Points: 10
Solved Threads: 0
define 'nothing happens'. your action isn't performed, your db is not updated with the text, ...
do you get an error message in your logs? to submit a large amount of text' insert text into table' ...
maybe your text is just too long for your column to contain.
stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433