Expand my Community achievements bar.

Reading of a collection of files

Avatar

Former Community Member
I need to send a collection of files from flex application to a workbench process. I'm reading data from files and I'm storing them in a ArrayCollection of BLOB type ({contentType:String, binaryData:ByteArray, attachmentID:String, remoteURL:String}). How can I make from this data collection acceptable in a workbench, please?
1 Reply

Avatar

Former Community Member
Petr,



I think it boils down to the collection types in LiveCycle ES - map (java.util.Map or java.util.HashMap) or list (java.util.List).



Also, consider Flex data type AMF3 serialization for Java documented at

http://livedocs.adobe.com/flex/201/html/ent_services_config_097_07.html.



Steve