hi all,
I am trying to upload an image into the database using ajax,i intially used .load() but got to know that json object is being returned to the controller rather than image file
I am using asp.net mvc3,razor view.My view consists of kendoUi and am trying to upload the image using Jquery and ajax but failed to implement this
i need to savemthis uploaded image into database could anyone please help me in this