You could use Javascript to check the size of your text field and chunk any text > 32K into hidden 'overflow' variables. Then on form submit, concatenate textfield + textover32K + textover64k+... into the blob.
Brilliant!
But if people are regularly sending large >32K, I would argue from a user interface standpoint an upload is preferable. Pasting >32K of text is kind of unwieldy, and they must have gotten it from a file in the first place.
Regards, Aparajita www.aparajitaworld.com "If you dare to fail, you are bound to succeed." - Sri Chinmoy | www.srichinmoylibrary.com _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
