Product Information > JADE Error Messages and System Messages > 1300 through 1399 - Collection Exception Errors > 1351 - JadeBytes feature only supported on instances with singleFile true

1351   JadeBytes feature only supported on instances with singleFile true

Cause

This error occurs when an attempt is made to invoke the loadFromFileDirect method or the extractToFileDirect method of the JadeBytes class and the singleFile property is set to false.

Action

Change your logic to test the value of the singleFile property before invoking the method.