function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BODDH PRAKASH 15BODDH PRAKASH 15 

VFRemote.js:117 Visualforce Remoting Exception: Input too long. [1, 98]

Hi All,

I  am getting this @Remote Function Exception while uploading the attachment file 3.9 MB.
sowmya Inturi 9sowmya Inturi 9
Hi,
Maximum Javascript Remoting message length of 1 million characters. If you don’t chunk the upload, you will receive an exception that states, “Input too long. [0, 1000000]”.
Maximum String length in apex of 6 million characters. You have to artificially reduce the maximum file size or you will end up with an error late in your upload of “String length exceeds maximum: 6000000”.


Thanks,
Sowmya