I have an img and I need send this to a post request
My img is document.getElementById('fotoTirada').src=AppMobi.camera.getPictureURL(evt.filename);;
and here the infos from the request
url : http://api.ocrapiservice.com/1.0/rest/ocr
method : POST
request parameters :
image : jpeg
language: string
key: string
how can I do this request?