B
Bill Wood
Guest
This is harder to do on the hosted cloud, but you can do some of this in the private cloud. Doing this in Object Script would give you control over what to do with the data -- but generally, you could store it using either your own JDBC code, or by compressing it. (you could also call a REST interface for some external cloud db, I suppose). If you want to associate it with a record permanently, you should be able to use Object Script to call one of the methods like setBinaryData or setFieldData and treat this as a File Upload field.
Continue reading...
Continue reading...