cancel
Showing results for 
Search instead for 
Did you mean: 

Kapsel Save and Synchronize Pictures

giuliano_weyl
Explorer
0 Kudos

Hello,

I'm developing an Hybrid-App (Cordova/Kapsel) with SAPUI5 as UI and I asked myself what's the recommended way to save and sync pictures with Kapsel/SAPUI5. I have only found some tutorials about SAPUI5 and NW Gateway but there are no tutorials in combination with Kapsel.

Any ideas?

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

vfweiss
Participant
0 Kudos

What are the requirements? Do you also use offline Odata? Do you want to use the camera?

If you want to use the camera, you can use the cordova camera plugin ( )

And if you don't use offline, for transmitting and such you can use the tutorials regarding UI5 and gateway, as using Kapsel won't change that.

giuliano_weyl
Explorer
0 Kudos

Hello Vincent,

my app uses the Offline OData plugin and yes the Cordova camera plugin as well. I've uploaded an image with the SAPUI5 File Upload and inspected the request. So you think this request will be forwarded to kapsel and stored with the payload of the image? Do you know which format is required because it looks like an compressed image format?