I'm writing a small asp app to query a server. In order to query the script posts 2 values. One is an identifier of the user, and the second contains encrypted data.
I don't need to decrypt the data, but the user has to be able to paste a string thats 96,004 characters long (or upload a txt file containing it).
I standard html textarea or input only allows for 30,468 characters.
Any ideas on how to approach this?