Post multiple files at once

Hello,

I am using cordva-camera and successfully figured out to work with it. The problem is that I can send multiple images across my other form variables only if they are base64 encoded. I am afraid though if i upload multiple iamges and send them through base64, may have problem with post limit size.

So my question is how to POST multiple images and other form fields with http.post using Camera.DestinationType.FILE_URI ? How to post using native path the images?

Thanks, Nick