I stumbled upon a problem during my work with codename one and the parse4cn1 plugin. I try to upload an image which I took with the capture module of codename one. According to the documentation of parse4cn1 I have to convert the image into “Bytes” with the “getBytes” function. But according to the Codename one documentation getBytes only works with Strings and not with images. Do you know how to “convert” the image appropriately?
I have been using this documentation, the section "uploading files": https://github.com/sidiabale/parse4cn1/wiki/Usage-Examples#uploading-files