Is it possible to store an image and some column fields in mysql database using only AJAX without action attribute in form tag? I am using contentType as JSON in AJAX to pass my column fields.
Is there any solution to send the image in the JSON format. Kindly provide the solution.