How to send modal form data along with image using ajax?
I want to send data’s in an html modal form (including an image)to controller through ajax post request. what are the possible ways to send it?
I want to send data’s in an html modal form (including an image)to controller through ajax post request. what are the possible ways to send it?