How to send an image alongside other fields to PHP? – Jquery ajax
I have a jQuery function that does the insert of an image with other fields to the database. Currently my function only inserts the image but does not insert the other form fields. I am using formData object and I…