My program is a simple client database that holds information on tenants. Each tenant has a LONGBLOB column called 'notes' to hold updated information on them.
For tenants that have a long list of notes, when the form is submitted the site actually goes to a 404, so their profile never gets updated.
Is there a HTTP limit to POST/GET characters that can be sent? I cannot figure out if this problem is being caused by PHP or IIS, as this has never happened before.
Any help is appreciated, sorry if my explanation is bad.