Schuyler
Misanthrope
Currently the max number of characters per post is 20000 characters. This can be adjusted though.
OK, thanks. I have a file about 50,000 bytes and was wondering how to handle it. It would probably be easier to establish a link rather than form fit this in.
Just FYI, sql has several text types you can use as data elements
tinytext = 256 bytes
text = 65,535
mediumtext = 16,777,215
longtext = 4 billion
I was making a flying leap of faith that their might be a relationship. Obviously not!