summaryrefslogtreecommitdiff
path: root/doc/index
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-28 17:27:24 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-28 17:27:24 +0000
commitced098894842a0f01c4030d340052e4120917b20 (patch)
tree5031cbdef0cbb8b4d008a1dd07c8ae07333cc5f8 /doc/index
parentbc4cf601a00c448fae1009229f2eb920821aed6d (diff)
web commit by JeremyReed: reply about max textarea size
Diffstat (limited to 'doc/index')
-rw-r--r--doc/index/discussion.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn
index 6f7c0d6f9..6be31df91 100644
--- a/doc/index/discussion.mdwn
+++ b/doc/index/discussion.mdwn
@@ -232,7 +232,12 @@ editing a page. Is that an option that can be enabled?
Any setting for limiting how many kilobytes can be submitted via the "edit" form?
-- [[JeremyReed]]
-> Not currently. Worried about abuse? --[[Joey]]
+> Not currently. Worried about abuse? -man -[[Joey]]
+
+>> I didn't want it abused accidently or with malice. I was thinking that Perl's CGI.pm would handle this, but I don't see that.
+>> I read that textarea max bytes may be 500 lines or 28000 characters or 30000 characters or 64kB. It seems like it
+>> varies and I didn't test myself, because I guess it may depend on different clients and different HTTP servers.
+>> This could be checked using javascript on the client side (before submitting) and by checking size on server side (before saving). --[[JeremyReed]]
----