Hi,I am developing a mobile app using phonegap and jquery mobile.Here i am stucked,i am fetching image from mobile gallery using 'Camera api' of phonegap.I am getting this image in base64 encoded form.I want to send this encoded image to server where i want to decode it and to save in a file called 'image.jpg'.
Problem is making ajax call.On sending, it is showing error:'Requesting URI is too large'.I don't know how to solve this.Any one have any suggestion please tell me
Thanks In advance...