The name is self-explanatory, if you use the form field to publish text of any size, what limits are considered relevant? Memory limits, browser limits, application server limits?
Update:
This is the form method = message. The form field is used to send the file (its contents) to the server. The file is created on the client using the Java applet. An alternative would be to save the file to disk and upload it by entering the file in the form. However, this will leave the files on disk. The database is not a problem here, the file will be saved as a blob.
source share