I have to send Image from Ionic 2 mobile app to Openbravo web service and there I have to save that Image into server. My Ionic 2 Code:
My Web Service doPost Code in Java:
How I can extract request data in doPost request and that Image File in java ?