Product Information > JADE Error Messages and System Messages > 1300 through 1399 - Collection Exception Errors > 1350 - JadeBytes readOnly can only be set true when singleFile is true

1350   JadeBytes readOnly can only be set true when singleFile is true

Cause

This error occurs when an attempt is made to set the readOnly property of a JadeBytes instance that has the singleFile property set to false. This is not allowed.

Action

Correct your logic.